Merge pull request #283 from andrewsomething/release-v1.28.0

Prepare for release v1.28.0
This commit is contained in:
Ben Tranter 2019-12-04 15:09:25 -05:00 committed by GitHub
commit b4be4ac9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## [v1.28.0] - 2019-12-04
- #282 Add valid Redis eviction policy constants - @bentranter
- #281 Remove databases info from top-level godoc string - @bentranter
- #280 Fix VolumeSnapshotResourceType value volumesnapshot -> volume_snapshot - @aqche
## [v1.27.0] - 2019-11-18
- #278 add mysql user auth settings for database users - @gregmankes

View File

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