Bump version to 1.8.0 + changelog update (#211)

* bump version to 1.8.0 + update changelog
This commit is contained in:
Cody Baker 2019-03-13 15:16:18 -04:00 committed by GitHub
parent 04161265d0
commit 19a129a06b
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.8.0] - 2019-03-13
- #210 Expose tags on storage volume create/list/get. - @jcodybaker
## [v1.7.5] - 2019-03-04
- #207 Add support for custom subdomains for Spaces CDN [beta] - @xornivore

View File

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