Skip to content

Commit

Permalink
Release v3.9.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Aug 13, 2024
1 parent 67adff8 commit 743613c
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,4 +1,11 @@
# Change Log
## [3.9.1](https://github.com/vultr/govultr/compare/v3.9.0...v3.9.1) (2024-08-13)
### Enhancements
* Database: Add support for Managed MySQL advanced config [PR 322](https://github.com/vultr/govultr/pull/322)

### Bug Fixes
* CDN: Fix http method used on push zone file delete [PR 321](https://github.com/vultr/govultr/pull/321)

## [3.9.0](https://github.com/vultr/govultr/compare/v3.8.1...v3.9.0) (2024-06-30)
### Enhancements
* CDN: Full support added [PR 319](https://github.com/vultr/govultr/pull/319)
Expand Down
2 changes: 1 addition & 1 deletion govultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
version = "3.9.0"
version = "3.9.1"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit 743613c

Please sign in to comment.