We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9a614 + d33506f commit cd71616Copy full SHA for cd71616
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [v1.9.0] - 2019-03-18
4
+
5
+- #214 add support for enable_proxy_protocol. - @mregmi
6
7
## [v1.8.0] - 2019-03-13
8
9
- #210 Expose tags on storage volume create/list/get. - @jcodybaker
godo.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
const (
20
- libraryVersion = "1.8.0"
+ libraryVersion = "1.9.0"
21
defaultBaseURL = "https://api.digitalocean.com/"
22
userAgent = "godo/" + libraryVersion
23
mediaType = "application/json"
0 commit comments