Skip to content

Commit

Permalink
Release v3.11.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Oct 22, 2024
1 parent 49c94b4 commit 67c9847
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,4 +1,12 @@
# Change Log
## [3.11.0](https://github.com/vultr/govultr/compare/v3.10.0...v3.11.0) (2024-10-22)
### Enhancements
* Database: Add support for managed Kafka [PR 337](https://github.com/vultr/govultr/pull/337)

### Automation
* Remove deprecated exportloopref linter [PR 338](https://github.com/vultr/govultr/pull/338)
* Add Github CODEOWNERS file [PR 339](https://github.com/vultr/govultr/pull/339)

## [3.10.0](https://github.com/vultr/govultr/compare/v3.9.1...v3.10.0) (2024-10-10)
### Enhancements
* Load Balancers: Add HTTP2/3 and timeout options [PR 325](https://github.com/vultr/govultr/pull/325)
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.10.0"
version = "3.11.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit 67c9847

Please sign in to comment.