release 1.19.0

This commit is contained in:
Sunny Beatteay 2019-07-19 15:47:36 -04:00
parent 9d68c76d3c
commit 898655e38b
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"