Skip to content

Commit

Permalink
Prep v1.92.0 release (#588)
Browse files Browse the repository at this point in the history
* version 92 cut

* Update CHANGELOG.md

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
ChiefMateStarbuck and andrewsomething authored Dec 14, 2022
1 parent 39a259e commit 7b3b1be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.92.0] - 2022-12-08

- #589 - @wez470 - load-balancers: Minor doc fixup
- #585 - @StephenVarela - Add firewall support for load balancers
- #587 - @StephenVarela - Support new http alerts for load balancers
- #586 - @andrewsomething - godo.go: Sort service lists.
- #583 - @ddebarros - Adds support for functions trigger API

## [v1.91.1] - 2022-11-23

- #582 - @StephenVarela - Load Balancers: Support new endpoints for http alerts
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.91.1"
libraryVersion = "1.92.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 7b3b1be

Please sign in to comment.