Skip to content

Commit 54261fe

Browse files
authored
Release v3.29.0 #minor
1 parent d753e36 commit 54261fe

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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)

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

0 commit comments

Comments
 (0)