Bump godo to 1.21.1

This commit is contained in:
Ben Tranter 2019-09-19 17:24:50 -04:00
parent e413af406c
commit 9663cced75
No known key found for this signature in database
GPG Key ID: 429E631AAAB71BAE
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"