Skip to content

Commit

Permalink
Merge pull request #279 from bentranter/release-v1.27.0
Browse files Browse the repository at this point in the history
Prepare for release v1.27.0
  • Loading branch information
bentranter authored Nov 18, 2019
2 parents c333a45 + 4e8b3d3 commit 2a154f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a154f7

Please sign in to comment.