Skip to content

Commit

Permalink
Prep v1.88.0 release. (#574)
Browse files Browse the repository at this point in the history
* Prep v1.88.0 release.

* Bump date.
  • Loading branch information
andrewsomething authored Oct 31, 2022
1 parent 7dec386 commit e1e5f0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.88.0] - 2022-10-31

- #573 - @kamaln7 - apps: add ListBuildpacks, UpgradeBuildpack
- #572 - @ghostlandr - Apps: add project id as a parameter to CreateApp and to the App struct
- #570 - @kraai - Fix copy-and-paste error in comment
- #568 - @StephenVarela - LBAAS-2321 Add project_id to load balancers structs

## [v1.87.0] - 2022-10-12

- #564 - @DWizGuy58 - Add public monitoring alert policies for dbaas
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
libraryVersion = "1.87.0"
libraryVersion = "1.88.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit e1e5f0f

Please sign in to comment.