Create a release candidate for mysql auth

This commit is contained in:
Zach Barahal 2020-03-04 11:56:45 -08:00
parent 38ed6ff2ed
commit 77c9b5a7d9
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## unreleased
## {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"