Skip to content

Commit 69f334e

Browse files
authored
Merge pull request #225 from digitalocean/new-release-v1.11.2
release v1.12.0
2 parents c8e2ec8 + e2d66e6 commit 69f334e

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.12.0] - 2019-04-18
4+
5+
- #224 Add maintenance window support for Kubernetes- @fatih
6+
37
## [v1.11.1] - 2019-04-04
48

59
- #222 Fix Create Database Pools json fields - @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.11.1"
20+
libraryVersion = "1.12.0"
2121
defaultBaseURL = "https://api.digitalocean.com/"
2222
userAgent = "godo/" + libraryVersion
2323
mediaType = "application/json"

0 commit comments

Comments
 (0)