Merge pull request #218 from digitalocean/databases-bump

Update version and changelog for databases
This commit is contained in:
Mike Holly 2019-03-20 11:47:56 -07:00 committed by GitHub
commit 252753eb38
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.10.0] - 2019-03-20
- #215 Add support for Databases - @mikejholly
## [v1.9.0] - 2019-03-18
- #214 add support for enable_proxy_protocol. - @mregmi

View File

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