Merge pull request #258 from bentranter/release-1.21.1

Prepare for release 1.21.1
This commit is contained in:
Hilary (hilz) Holz 2019-09-19 14:38:44 -07:00 committed by GitHub
commit f9de0f93b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.21.1] - 2019-09-19
- #257 Upgrade to Go 1.13 - @bentranter
## [v1.21.0] - 2019-09-16
- #255 Add DropletID to Kubernetes Node instance - @snormore

View File

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