Skip to content

Commit

Permalink
Prep v1.52.0 release. (#410)
Browse files Browse the repository at this point in the history
* Prep v1.52.0 release.

* Update changelog.
  • Loading branch information
andrewsomething authored Nov 5, 2020
1 parent d0962e8 commit f70bf7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.52.0] - 2020-11-05

- #411 - @nicktate - apps: add unspecified type to image source registry types
- #409 - @andrewsomething - registry: Add support for updating a subscription.
- #408 - @nicktate - apps: update spec to include image source
- #407 - @kamaln7 - apps: add the option to force build a new deployment

## [v1.51.0] - 2020-11-02

- #405 - @adamwg - registry: Support subscription options
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.51.0"
libraryVersion = "1.52.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit f70bf7f

Please sign in to comment.