Skip to content

Commit

Permalink
Release v3.7.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed May 28, 2024
1 parent d2bcab1 commit 2968a63
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Change Log
## [3.7.0](https://github.com/vultr/govultr/compare/v3.6.4...v3.7.0) (2024-05-28)
### Enhancements
* Bare Metal: Add MdiskMode to BareMetalCreate and BareMetalUpdate structs [PR 310](https://github.com/vultr/govultr/pull/310)

### Dependencies
* Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 [PR 308](https://github.com/vultr/govultr/pull/308)
* Update Go from v1.20 to v1.21 [PR 309](https://github.com/vultr/govultr/pull/309)

### Automation
* Update and fix mattermost notifications [PR 305](https://github.com/vultr/govultr/pull/305)
* Fix mattermost notifications [PR 307](https://github.com/vultr/govultr/pull/307)

### New Contributors
* @fjoenichols made their first contribution in [PR 310](https://github.com/vultr/govultr/pull/310)

## [3.6.4](https://github.com/vultr/govultr/compare/v3.6.3...v3.6.4) (2024-03-07)
### Enhancement
* Kubernetes: add labels to the node pool update request struct [PR 302](https://github.com/vultr/govultr/pull/302)
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.6.4"
version = "3.7.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit 2968a63

Please sign in to comment.