Skip to content

Commit e91b446

Browse files
authored
Release v3.28.0 #minor
1 parent 8d99acf commit e91b446

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.28.0](https://github.com/vultr/govultr/compare/v3.27.0...v3.28.0) (2026-02-25)
3+
### Enhancements
4+
* Block Storage: Add fields for bootable block creation [PR 437](https://github.com/vultr/govultr/pull/437)
5+
* Instances: Add fields for bootable block storage creation [PR 437](https://github.com/vultr/govultr/pull/437)
6+
* Block Storage: Add additional bootable instance fields [PR 440](https://github.com/vultr/govultr/pull/440)
7+
* Database: Add pending charges field [PR 440](https://github.com/vultr/govultr/pull/440)
8+
* Regions: Add connectivity field [PR 440](https://github.com/vultr/govultr/pull/440)
9+
10+
### Dependencies
11+
* Bump github.com/google/go-querystring from 1.1.0 to 1.2.0 [PR 426](https://github.com/vultr/govultr/pull/426)
12+
13+
### Automation
14+
* Add golangci-lint exclusion for gosec g117 [PR 438](https://github.com/vultr/govultr/pull/438)
15+
216
## [3.27.0](https://github.com/vultr/govultr/compare/v3.26.1...v3.27.0) (2026-02-05)
317
### Enhancements
418
* Kubernetes: Add cluster OIDC config fields [PR 432](https://github.com/vultr/govultr/pull/432)

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.27.0"
22+
version = "3.28.0"
2323
defaultBase = "https://api.vultr.com"
2424
userAgent = "govultr/" + version
2525
rateLimit = 500 * time.Millisecond

0 commit comments

Comments
 (0)