Prepare v1.37.0 release. (#338)

This commit is contained in:
Andrew Starr-Bochicchio 2020-06-01 17:15:44 -04:00 committed by GitHub
parent 3cae153ba2
commit 6c3f52d4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## [v1.37.0] - 2020-06-01
- #336 registry: URL encode repository names when building URLs. @adamwg
- #335 Add 1-click service and request. @scottcrawford03
## [v1.36.0] - 2020-05-12
- #331 Expose expiry_seconds for Registry.DockerCredentials. @andrewsomething

View File

@ -18,7 +18,7 @@ import (
)
const (
libraryVersion = "1.36.0"
libraryVersion = "1.37.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"