Merge pull request #260 from digitalocean/v1.22.0

Release v1.22.0
This commit is contained in:
Hilary (hilz) Holz 2019-09-24 15:44:57 -07:00 committed by GitHub
commit 1f632d37f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## Unreleased
## [v1.22.0] - 2019-09-24
- #259 Add Kubernetes GetCredentials method - @snormore

View File

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