Skip to content

Commit 19a129a

Browse files
authored
Bump version to 1.8.0 + changelog update (#211)
* bump version to 1.8.0 + update changelog
1 parent 0416126 commit 19a129a

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.8.0] - 2019-03-13
4+
5+
- #210 Expose tags on storage volume create/list/get. - @jcodybaker
6+
37
## [v1.7.5] - 2019-03-04
48

59
- #207 Add support for custom subdomains for Spaces CDN [beta] - @xornivore

godo.go

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

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

0 commit comments

Comments
 (0)