Merge pull request #290 from digitalocean/prep-release

prepares release of 1.29.0
This commit is contained in:
Zach Gershman 2019-12-13 11:46:22 -08:00 committed by GitHub
commit e8e9cda106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## unreleased
## [v1.29.0] - 2019-12-13
- #288 Add Balance Get method - @rbutler
- #286,#289 Deserialize meta field - @timoreimann

View File

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