Skip to content

Commit

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

* Bump date.
  • Loading branch information
andrewsomething authored Jan 7, 2021
1 parent d8c8ae6 commit 871118f
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.55.0] - 2021-01-07

- #425 - @adamwg - registry: Support the storage usage indicator
- #423 - @ChiefMateStarbuck - Updated README example
- #421 - @andrewsomething - Add some basic input cleaning to NewFromToken
- #420 - @bentranter - Don't set "Content-Type" header on GET requests

## [v1.54.0] - 2020-11-24

- #417 - @waynr - registry: add support for garbage collection types
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.54.0"
libraryVersion = "1.55.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 871118f

Please sign in to comment.