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.29.0] ( https://github.com/vultr/govultr/compare/v3.28.1...v3.29.0 ) (2026-03-30)
3+ ### Enhancements
4+ * Add IAM/Organization functionality [ PR 446] ( https://github.com/vultr/govultr/pull/446 )
5+ * Organization: Update role policy assign to use new endpoint [ PR 447] ( https://github.com/vultr/govultr/pull/447 )
6+
27## [ 3.28.1] ( https://github.com/vultr/govultr/compare/v3.28.0...v3.28.1 ) (2026-02-25)
38### Enhancements
49* Block Storage: Add missing snapshot ID create param [ PR 442] ( https://github.com/vultr/govultr/pull/442 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919)
2020
2121const (
22- version = "3.28.1 "
22+ version = "3.29.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