Merge pull request #245 from sunny-b/release-1-19

release 1.19.0
This commit is contained in:
Hilary (hilz) Holz 2019-07-19 13:39:20 -07:00 committed by GitHub
commit 2f819072fe
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.19.0] - 2019-07-19
- #244 dbaas: add private-network-uuid field to create request
## [v1.18.0] - 2019-07-17
- #241 Databases: support for custom VPC UUID on migrate @mikejholly

View File

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