From 3de29ac8fa6bf0121415dfdc00c8e26ab6cdde8a Mon Sep 17 00:00:00 2001 From: danaelhe <42972711+danaelhe@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:47:40 -0500 Subject: [PATCH] Prep v1.96.0 (#600) - #599 - @markpaulson - Adding PromoteReplicaToPrimary to client interface. --- CHANGELOG.md | 4 ++++ godo.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812828be..7d30a4b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/godo.go b/godo.go index b226c220..10272082 100644 --- a/godo.go +++ b/godo.go @@ -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"