update version and changelog for databases

This commit is contained in:
Mike 2019-03-20 09:04:31 -07:00
parent 7a99fd7cb2
commit 42f1ae988d
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.9.0] - 2019-03-13
- #215 Add support for Databases - @mikejholly
## [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"