Skip to content

Commit

Permalink
Merge pull request #290 from digitalocean/prep-release
Browse files Browse the repository at this point in the history
prepares release of 1.29.0
  • Loading branch information
zachgersh authored Dec 13, 2019
2 parents a3a5160 + bf6f5ba commit e8e9cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## [v1.29.0] - 2019-12-13

- #288 Add Balance Get method - @rbutler
- #286,#289 Deserialize meta field - @timoreimann

Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8e9cda

Please sign in to comment.