Skip to content

Commit

Permalink
Prep v1.85.0 release. (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Sep 21, 2022
1 parent d1eae76 commit 76877b0
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.85.0] - 2022-09-21

- #560 - @andrewsomething - Bump golang.org/x/net (fixes: #557).
- #559 - @kamaln7 - apps: update component spec interfaces
- #555 - @kamaln7 - apps: add accessor methods and spec helpers
- #556 - @kamaln7 - update CI for go 1.18 & 1.19

## [v1.84.1] - 2022-09-16

- #554 - @andrewsomething - reserved IPs: project_id should have omitempty in create req.
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.84.1"
libraryVersion = "1.85.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 76877b0

Please sign in to comment.