Prepare for release v1.25.0

This commit is contained in:
Ben Tranter 2019-11-13 13:07:33 -05:00
parent d3c0748cfb
commit f416a94349
No known key found for this signature in database
GPG Key ID: 429E631AAAB71BAE
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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"