Merge pull request #297 from hilary/master

v1.30.0
This commit is contained in:
Hilary (hilz) Holz 2020-02-03 18:58:23 -08:00 committed by GitHub
commit 62d1a5e41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# Change Log
## unreleased
## [v1.30.0] - 2020-02-03
- #295 registry: support the created_at field - @adamwg
- #293 doks: node pool labels - @snormore
## [v1.29.0] - 2019-12-13

View File

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