Skip to content

Commit

Permalink
Prep v1.64.2 bugfix release. (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Jul 23, 2021
1 parent aba0da2 commit b8ecc7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v1.64.2] - 2021-07-23

- #464 - @bsnyder788 - insights: update HTTP method for alert policy update

## [v1.64.1] - 2021-07-19

- #462 - @bsnyder788 - insights: fix alert policy update endpoint
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.64.1"
libraryVersion = "1.64.2"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit b8ecc7d

Please sign in to comment.