Merge pull request #253 from digitalocean/release-0.20.0

Release 1.20.0
This commit is contained in:
Hilary (hilz) Holz 2019-09-06 11:27:54 -07:00 committed by GitHub
commit 90c7f4a6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# Change Log
## Unreleased
## [v1.20.0] - 2019-09-06
- #252 Add Kubernetes autoscale config fields - @snormore
- #251 Support unset fields on Kubernetes cluster and node pool updates - @snormore
- #250 Add Kubernetes GetUser method - @snormore
## [v1.19.0] - 2019-07-19

View File

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