Prepare for release v1.23.1

This commit is contained in:
Ben Tranter 2019-10-30 11:19:32 -04:00
parent 6e1df21412
commit 7c8203974c
No known key found for this signature in database
GPG Key ID: 429E631AAAB71BAE
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"