Merge branch 'master' into modify_mysql_user_auth

This commit is contained in:
zbarahal-do 2020-02-10 14:03:55 -08:00 committed by GitHub
commit b9d04de0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@
## unreleased
- #300 Add reset database user auth method - @zbarahal-do
## [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
- #288 Add Balance Get method - @rbutler

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"