Skip to content

Commit

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

* Update CHANGELOG.md

Add all updates to the v1.50.0 release

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
andrewloux and andrewsomething authored Oct 27, 2020
1 parent da274fd commit ae45be7
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.50.0] - 2020-10-26

- #400 - @waynr - registry: add garbage collection support
- #402 - @snormore - apps: add catchall_document static site spec field and failed-deploy job type
- #401 - @andrewlouis93 - VPC: adds option to set a VPC as the regional default

## [v1.49.0] - 2020-10-21

- #383 - @kamaln7 - apps: add ListRegions, Get/ListTiers, Get/ListInstanceSizes
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.49.0"
libraryVersion = "1.50.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit ae45be7

Please sign in to comment.