We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0416126 commit 19a129aCopy full SHA for 19a129a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [v1.8.0] - 2019-03-13
4
+
5
+- #210 Expose tags on storage volume create/list/get. - @jcodybaker
6
7
## [v1.7.5] - 2019-03-04
8
9
- #207 Add support for custom subdomains for Spaces CDN [beta] - @xornivore
godo.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
const (
20
- libraryVersion = "1.7.5"
+ libraryVersion = "1.8.0"
21
defaultBaseURL = "https://api.digitalocean.com/"
22
userAgent = "godo/" + libraryVersion
23
mediaType = "application/json"
0 commit comments