Skip to content

Commit

Permalink
Merge pull request #225 from digitalocean/new-release-v1.11.2
Browse files Browse the repository at this point in the history
release v1.12.0
  • Loading branch information
fatih authored Apr 18, 2019
2 parents c8e2ec8 + e2d66e6 commit 69f334e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 69f334e

Please sign in to comment.