Merge pull request #279 from bentranter/release-v1.27.0

Prepare for release v1.27.0
This commit is contained in:
Ben Tranter 2019-11-18 16:35:48 -05:00 committed by GitHub
commit 2a154f7488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.27.0] - 2019-11-18
- #278 add mysql user auth settings for database users - @gregmankes
## [v1.26.0] - 2019-11-13
- #272 dbaas: get and set mysql sql mode - @mikejholly

View File

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