Skip to content

Commit

Permalink
Godo Release 1.94.0 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe authored Jan 23, 2023
1 parent 4018345 commit 3613833
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v1.94.0] - 2022-12-15

- #596 - @DMW2151 - DBAAS-3906: Include updatePool for DB Clusters
- #593 - @danaelhe - Add Uptime Checks and Alerts Support

## [v1.93.0] - 2022-12-15

- #591 - @andrewsomething - tokens: Add initial support for new API.
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.92.0"
libraryVersion = "1.94.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 3613833

Please sign in to comment.