Skip to content

Commit

Permalink
Prep v1.58.0 release. (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Feb 17, 2021
1 parent 40f38d9 commit 76a837d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.58.0] - 2021-02-17

- #436 - @MorrisLaw - kubernetes: add name field to associated resources
- #434 - @andrewsomething - sizes: Add description field.
- #433 - @andrewsomething - Deprecate Name field in godo.DropletCreateVolume

## [v1.57.0] - 2021-01-15

- #429 - @varshavaradarajan - kubernetes: support optional cascading deletes for clusters
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

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

0 comments on commit 76a837d

Please sign in to comment.