Skip to content

Commit

Permalink
Prepare to release v1.70.0 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter authored Nov 1, 2021
1 parent 33658a6 commit 7014eff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.70.0] - 2021-11-01

- #491 - @andrewsomething - Add support for retrieving Droplet monitoring metrics.
- #494 - @alexandear - Refactor tests: replace t.Errorf with assert/require
- #495 - @alexandear - Fix typos and grammar issues in comments
- #492 - @andrewsomething - Update golang.org/x/net
- #486 - @abeltay - Fix typo on "DigitalOcean"

## [v1.69.1] - 2021-10-06

- #484 - @sunny-b - k8s/godo: remove ha field from update request
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.69.1"
libraryVersion = "1.70.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 7014eff

Please sign in to comment.