Skip to content

Commit 32e1317

Browse files
authored
Release v3.30.0 #minor
1 parent 7a3dc9b commit 32e1317

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Change Log
2+
## [3.30.0](https://github.com/vultr/govultr/compare/v3.29.0...v3.30.0) (2026-04-08)
3+
### Enhancements
4+
* Object Storage: Add tier data to storage list [PR 449](https://github.com/vultr/govultr/pull/449)
5+
* Load Balancer: Add firewall rules create/delete [PR 450](https://github.com/vultr/govultr/pull/450)
6+
7+
### Bug Fixes
8+
* Bare Metal Server: Make bandwidth fields int64 [PR 451](https://github.com/vultr/govultr/pull/451)
9+
* Instance: Make bandwidth fields int64 [PR 451](https://github.com/vultr/govultr/pull/451)
10+
11+
### Automation
12+
* Update releaser & gochecks actions [PR 452](https://github.com/vultr/govultr/pull/452)
13+
214
## [3.29.0](https://github.com/vultr/govultr/compare/v3.28.1...v3.29.0) (2026-03-30)
315
### Enhancements
416
* Add IAM/Organization functionality [PR 446](https://github.com/vultr/govultr/pull/446)

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

0 commit comments

Comments
 (0)