Skip to content

Commit cd71616

Browse files
authored
Merge pull request #216 from digitalocean/mregmi/godo_release
bump version to 1.9.0
2 parents 5a9a614 + d33506f commit cd71616

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [v1.9.0] - 2019-03-18
4+
5+
- #214 add support for enable_proxy_protocol. - @mregmi
6+
37
## [v1.8.0] - 2019-03-13
48

59
- #210 Expose tags on storage volume create/list/get. - @jcodybaker

godo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
libraryVersion = "1.8.0"
20+
libraryVersion = "1.9.0"
2121
defaultBaseURL = "https://api.digitalocean.com/"
2222
userAgent = "godo/" + libraryVersion
2323
mediaType = "application/json"

0 commit comments

Comments
 (0)