Skip to content

Commit 2b25043

Browse files
authored
Release v3.26.0 #minor
1 parent 386ba86 commit 2b25043

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Change Log
2+
## [3.26.0](https://github.com/vultr/govultr/compare/v3.25.0...3.26.0) (2025-12-11)
3+
### Enhancements
4+
* Kubernetes: Add specialized taints & labels functions [PR 415](https://github.com/vultr/govultr/pull/415)
5+
6+
### Clean Up
7+
* Kubernetes: Resolve lint issues [PR 419](https://github.com/vultr/govultr/pull/419)
8+
* Domains: Resolve lint issues [PR 420](https://github.com/vultr/govultr/pull/420)
9+
10+
### Bug Fix
11+
* Domains: Make request structs omit empty name field [PR 401](https://github.com/vultr/govultr/pull/401)
12+
13+
### New Contributors
14+
* @pnx made their first contribution in [PR 401](https://github.com/vultr/govultr/pull/401)
15+
216
## [3.25.0](https://github.com/vultr/govultr/compare/v3.24.0...v3.25.0) (2025-11-21)
317
### Enhancement
418
* Bare Metal Server: Add vpc_only field [PR 404](https://github.com/vultr/govultr/pull/404)

govultr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

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

0 commit comments

Comments
 (0)