Merge pull request #312 from zbarahal-do/zbarahal/godo_release_mysql_auth

Create a release candidate for mysql auth
This commit is contained in:
Verónica López 2020-03-04 15:12:05 -05:00 committed by GitHub
commit b171daeb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
## unreleased
- #300 Add reset database user auth method - @zbarahal-do
## {v1.32.0] -2020-03-04
- #300 Add reset database user auth method - @zbarahal-do
## [v1.31.0] - 2020-02-28
- #305 invoices: GetPDF and GetCSV methods - @rbutler

View File

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