Skip to content

Commit

Permalink
Release v3.5.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Dec 1, 2023
1 parent fe1dfd5 commit 679de77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log
## [v3.5.0](https://github.com/vultr/govultr/compare/v3.4.1...v3.5.0) (2023-12-01)
### Enhancement
* Instance: Add disable IPv4 option create request [PR 287](https://github.com/vultr/govultr/pull/287)
* Database: Add user access control for Redis [PR 288](https://github.com/vultr/govultr/pull/288)

## [v3.4.1](https://github.com/vultr/govultr/compare/v3.4.0...v3.4.1) (2023-11-17)
### Enhancement
* Database: Add support for usage endpoint [PR 282](https://github.com/vultr/govultr/pull/282)
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.4.1"
version = "3.5.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit 679de77

Please sign in to comment.