Merge pull request #242 from digitalocean/release-1.18.0

Release 1.18.0
This commit is contained in:
Hilary (hilz) Holz 2019-07-17 14:38:17 -07:00 committed by GitHub
commit 8d8fad298a
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.18.0] - 2019-07-17
- #241 Databases: support for custom VPC UUID on migrate @mikejholly
- #240 Add the ability to get URN for a Database @stack72
- #236 Fix omitempty typos in JSON struct tags @amccarthy1
## [v1.17.0] - 2019-06-21
- #238 Add support for Redis eviction policy in Databases @mikejholly

View File

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