Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep v1.64.0 release #461

Merged
merged 1 commit into from
Jul 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prep v1.64.0 release
  • Loading branch information
bsnyder788 committed Jul 19, 2021
commit dfe6fadf1bf6b1469fd4a0deb2a3a85fb2fec268
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.0] - 2021-07-19

- #460 - @bsnyder788 - insights: add CRUD APIs for alert policies

## [v1.63.0] - 2021-07-06

- #458 - @ZachEddy - apps: Add tail_lines query parameter to GetLogs function
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.63.0"
libraryVersion = "1.64.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down