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

Release v3.4.1 #patch #285

Merged
merged 1 commit into from
Nov 17, 2023
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
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log
## [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)

### Bug Fix
* Container Registry: minor API fixes [PR 284](https://github.com/vultr/govultr/pull/284)

## [v3.4.0](https://github.com/vultr/govultr/compare/v3.3.4...v3.4.0) (2023-11-10)
### Enhancements
* database: Support read replica promotion [PR 276](https://github.com/vultr/govultr/pull/276)
* kubernetes: Add managed firewall support [PR 277](https://github.com/vultr/govultr/pull/277)
* container-registry: Add support for container registry operations [PR 278](https://github.com/vultr/govultr/pull/278)
* Database: Support read replica promotion [PR 276](https://github.com/vultr/govultr/pull/276)
* Kubernetes: Add managed firewall support [PR 277](https://github.com/vultr/govultr/pull/277)
* Container Registry: Add support for container registry operations [PR 278](https://github.com/vultr/govultr/pull/278)

### Dependencies
* Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5 [PR 280](https://github.com/vultr/govultr/pull/280)
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.0"
version = "3.4.1"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down
Loading