Skip to content

Commit

Permalink
Prep v1.41.0 release. (digitalocean#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Jul 17, 2020
1 parent d36624d commit 845ee2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v1.41.0] - 2020-07-17

- #355 kubernetes: Add support for surge upgrades - @varshavaradarajan

## [v1.40.0] - 2020-07-16

- #347 Make Rate limits thread safe - @roidelapluie
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

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

0 comments on commit 845ee2c

Please sign in to comment.