Skip to content

Commit 1438b2a

Browse files
authored
Merge pull request #221 from digitalocean/jheimann/release
Bump version to 1.11.0 + changelog update
2 parents c7d55c2 + d2698d9 commit 1438b2a

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.11.0] - 2019-04-03
4+
5+
- #220 roll out vpc functionality - @jheimann
6+
37
## [v1.10.1] - 2019-03-27
48

59
- #219 Fix Database Pools json field - @sunny-b

godo.go

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

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

0 commit comments

Comments
 (0)