Merge pull request #216 from digitalocean/mregmi/godo_release

bump version to 1.9.0
This commit is contained in:
Manish Regmi 2019-03-18 15:36:44 -07:00 committed by GitHub
commit cd71616aba
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.9.0] - 2019-03-18
- #214 add support for enable_proxy_protocol. - @mregmi
## [v1.8.0] - 2019-03-13
- #210 Expose tags on storage volume create/list/get. - @jcodybaker

View File

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