Prepare for release v1.24.1

This commit is contained in:
Ben Tranter 2019-11-04 11:34:04 -05:00
parent b76823c59a
commit 2b9550b4f5
No known key found for this signature in database
GPG Key ID: 7221FC14A617981F
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.24.1] - 2019-11-04
- #264 Update isLast to check p.Next - @aqche
## [v1.24.0] - 2019-10-30
- #267 Return []DatabaseFirewallRule in addition to raw response. - @andrewsomething

View File

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