Skip to content

Commit

Permalink
Prep v1.96.0 (#600)
Browse files Browse the repository at this point in the history
- #599 - @markpaulson - Adding PromoteReplicaToPrimary to client interface.
  • Loading branch information
danaelhe authored Feb 1, 2023
1 parent 7a914b3 commit 3de29ac
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.96.0] - 2023-01-23

- #599 - @markpaulson - Adding PromoteReplicaToPrimary to client interface.

## [v1.95.0] - 2023-01-23

- #595 - @dweinshenker - Add UpgradeMajorVersion to godo
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.95.0"
libraryVersion = "1.96.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 3de29ac

Please sign in to comment.