File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919)
2020
2121const (
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
You can’t perform that action at this time.
0 commit comments