Merge branch 'master' into asb/db-firewall-get

This commit is contained in:
Ben Tranter 2019-10-30 13:40:24 -04:00 committed by GitHub
commit 3885b4b7f0
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"