diff --git a/CHANGELOG.md b/CHANGELOG.md index c826205..5346592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/godo.go b/godo.go index c6dde8e..1185a92 100644 --- a/godo.go +++ b/godo.go @@ -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"