Prep v1.38.0 release.

This commit is contained in:
Andrew Starr-Bochicchio 2020-06-18 10:58:46 -04:00
parent 8aac4cd600
commit cbaa63a71b
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## [v1.38.0] - 2020-06-18
- #341 Install 1-click applications on a Kubernetes cluster - @keladhruv
- #340 Add RecordsByType, RecordsByName and RecordsByTypeAndName to the DomainsService - @viola
## [v1.37.0] - 2020-06-01
- #336 registry: URL encode repository names when building URLs. @adamwg

View File

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