diff --git a/CHANGELOG.md b/CHANGELOG.md index 5459d60c..c04f5f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [v1.84.0] - 2022-08-16 + +- #552 - @andrewsomething - reserved IPs: Expose project_id and locked attributes. +- #549 - @rpmoore - adding the replica id to the database replica model + ## [v1.83.0] - 2022-08-10 - #546 - @DWizGuy58 - Add support for database options diff --git a/godo.go b/godo.go index ae2e2238..22f27035 100644 --- a/godo.go +++ b/godo.go @@ -20,7 +20,7 @@ import ( ) const ( - libraryVersion = "1.83.0" + libraryVersion = "1.84.0" defaultBaseURL = "https://api.digitalocean.com/" userAgent = "godo/" + libraryVersion mediaType = "application/json"