Skip to content

Commit 2a575e7

Browse files
authored
Release v3.17.0 #minor
1 parent fe4b853 commit 2a575e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Change Log
2+
## [3.17.0](https://github.com/vultr/govultr/compare/v3.16.1...v3.17.0) (2025-03-13)
3+
### Enhancements
4+
* Kubernetes: Add support for taints to node pools [PR 363](https://github.com/vultr/govultr/pull/363)
5+
6+
### New Contributors
7+
* @biondizzle made their first contribution in [PR 363](https://github.com/vultr/govultr/pull/363)
8+
29
## [3.16.1](https://github.com/vultr/govultr/compare/v3.16.0...v3.16.1) (2025-03-10)
310
### Bug Fixes
411
* Object Storage: Make create & update requests use request struct [PR 369](https://github.com/vultr/govultr/pull/369)

govultr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
version = "3.16.1"
22+
version = "3.17.0"
2323
defaultBase = "https://api.vultr.com"
2424
userAgent = "govultr/" + version
2525
rateLimit = 500 * time.Millisecond

0 commit comments

Comments
 (0)