We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8e2ec8 + e2d66e6 commit 69f334eCopy full SHA for 69f334e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [v1.12.0] - 2019-04-18
4
+
5
+- #224 Add maintenance window support for Kubernetes- @fatih
6
7
## [v1.11.1] - 2019-04-04
8
9
- #222 Fix Create Database Pools json fields - @sunny-b
godo.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
const (
20
- libraryVersion = "1.11.1"
+ libraryVersion = "1.12.0"
21
defaultBaseURL = "https://api.digitalocean.com/"
22
userAgent = "godo/" + libraryVersion
23
mediaType = "application/json"
0 commit comments