Merge pull request #256 from digitalocean/release-1.21.0

Release 1.21.0
This commit is contained in:
Hilary (hilz) Holz 2019-09-16 13:22:19 -07:00 committed by GitHub
commit 605da5e4da
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.21.0] - 2019-09-16
- #255 Add DropletID to Kubernetes Node instance - @snormore
- #254 Add tags to Database, DatabaseReplica - @Zyqsempai
## [v1.20.0] - 2019-09-06

View File

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