diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbe3110..34a525f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v1.71.0] - 2021-11-09 + +- #498 - @bojand - apps: update spec to include log destinations + ## [v1.70.0] - 2021-11-01 - #491 - @andrewsomething - Add support for retrieving Droplet monitoring metrics. diff --git a/godo.go b/godo.go index ed2605b4..216b92df 100644 --- a/godo.go +++ b/godo.go @@ -20,7 +20,7 @@ import ( ) const ( - libraryVersion = "1.70.0" + libraryVersion = "1.71.0" defaultBaseURL = "https://api.digitalocean.com/" userAgent = "godo/" + libraryVersion mediaType = "application/json"