Skip to content

Commit

Permalink
Prepare to release v1.91.1 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter authored Nov 23, 2022
1 parent 975f20d commit 06b0860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

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

- #582 - @StephenVarela - Load Balancers: Support new endpoints for http alerts

## [v1.90.0] - 2022-11-16

- #571 - @kraai - Add WaitForAvailable
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.90.0"
libraryVersion = "1.91.1"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 06b0860

Please sign in to comment.