Skip to content

Commit

Permalink
Merge pull request #317 from anitgandhi/anitgandhi/v1.33.0
Browse files Browse the repository at this point in the history
prepare for version v1.33.0
  • Loading branch information
bentranter authored Mar 20, 2020
2 parents b81daab + 3964ce3 commit d8bc2d1
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.33.0] - 2020-03-20

- #310 Add BillingHistory service and List endpoint - @rbutler
- #316 load balancers: add new enable_backend_keepalive field - @anitgandhi

Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
libraryVersion = "1.32.0"
libraryVersion = "1.33.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit d8bc2d1

Please sign in to comment.