Merge pull request #266 from bentranter/release-1.23.1

Prepare for release v1.23.1
This commit is contained in:
Ben Tranter 2019-10-30 11:26:31 -04:00 committed by GitHub
commit 028fa7b732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## [v1.23.1] - 2019-10-30
- #265 add support for getting/setting firewall rules - @gregmankes
- #262 remove ResolveReference call - @mdanzinger
- #261 Update CONTRIBUTING.md - @mdanzinger
## [v1.22.0] - 2019-09-24
- #259 Add Kubernetes GetCredentials method - @snormore

View File

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