Commit 982a7b2 1 parent 39f3ef5 commit 982a7b2 Copy full SHA for 982a7b2
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ 3.16.0] ( https://github.com/vultr/govultr/compare/v3.15.0...v3.16.0 ) (2025-03-10)
3
+ ### Enhancements
4
+ * Object Storage: Add tiers [ PR 365] ( https://github.com/vultr/govultr/pull/365 )
5
+
6
+ ### Documentation
7
+ * Bare Metal: Add notice for deprecation of VPC2 [ PR 364] ( https://github.com/vultr/govultr/pull/364 )
8
+ * Instance: Add notice for deprecation of VPC2 [ PR 364] ( https://github.com/vultr/govultr/pull/364 )
9
+ * VPC2: Add notice for deprecation of VPC2[ PR 364] ( https://github.com/vultr/govultr/pull/364 )
10
+
11
+ ### Dependencies
12
+ * Reset min go.mod go version to v1.23 [ PR 367] ( https://github.com/vultr/govultr/pull/367 )
13
+
2
14
## [ 3.15.0] ( https://github.com/vultr/govultr/compare/v3.14.1...v3.15.0 ) (2025-03-04)
3
15
### Enhancements
4
16
* Add functions for account bandwidth [ PR 356] ( https://github.com/vultr/govultr/pull/356 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
)
20
20
21
21
const (
22
- version = "3.15 .0"
22
+ version = "3.16 .0"
23
23
defaultBase = "https://api.vultr.com"
24
24
userAgent = "govultr/" + version
25
25
rateLimit = 500 * time .Millisecond
You can’t perform that action at this time.
0 commit comments