diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7c85ee..a94da0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Change Log -## Unreleased +## [v1.87.0] - 2022-10-12 -- #564 - @DWizGuy58 - add public monitoring alert policies for dbaas +- #564 - @DWizGuy58 - Add public monitoring alert policies for dbaas +- #565 - @dylanrhysscott - CON-5657 (Re-)expose public HA enablement flags in godo +- #563 - @andrewsomething - Add option to configure a rate.Limiter for the client. ## [v1.86.0] - 2022-09-23 diff --git a/godo.go b/godo.go index a574e1f9..b92c72f6 100644 --- a/godo.go +++ b/godo.go @@ -21,7 +21,7 @@ import ( ) const ( - libraryVersion = "1.86.0" + libraryVersion = "1.87.0" defaultBaseURL = "https://api.digitalocean.com/" userAgent = "godo/" + libraryVersion mediaType = "application/json"