Merge pull request #225 from digitalocean/new-release-v1.11.2

release v1.12.0
This commit is contained in:
Fatih Arslan 2019-04-18 22:38:12 +03:00 committed by GitHub
commit 69f334e64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.12.0] - 2019-04-18
- #224 Add maintenance window support for Kubernetes- @fatih
## [v1.11.1] - 2019-04-04
- #222 Fix Create Database Pools json fields - @sunny-b

View File

@ -17,7 +17,7 @@ import (
)
const (
libraryVersion = "1.11.1"
libraryVersion = "1.12.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"