diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ac17ac..97911953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.25.0] - 2019-11-13 + +- #275 registry/docker-credentials: add support for the read/write parameter - @kamaln7 +- #273 implement the registry/docker-credentials endpoint - @kamaln7 +- #271 Add registry resource - @snormore + ## [v1.24.1] - 2019-11-04 - #264 Update isLast to check p.Next - @aqche diff --git a/godo.go b/godo.go index 974cd9e4..cd273467 100644 --- a/godo.go +++ b/godo.go @@ -17,7 +17,7 @@ import ( ) const ( - libraryVersion = "1.24.1" + libraryVersion = "1.25.0" defaultBaseURL = "https://api.digitalocean.com/" userAgent = "godo/" + libraryVersion mediaType = "application/json"