Skip to content

Commit 982a7b2

Browse files
authored
Release v3.16.0 #minor
1 parent 39f3ef5 commit 982a7b2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# 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+
214
## [3.15.0](https://github.com/vultr/govultr/compare/v3.14.1...v3.15.0) (2025-03-04)
315
### Enhancements
416
* Add functions for account bandwidth [PR 356](https://github.com/vultr/govultr/pull/356)

govultr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
version = "3.15.0"
22+
version = "3.16.0"
2323
defaultBase = "https://api.vultr.com"
2424
userAgent = "govultr/" + version
2525
rateLimit = 500 * time.Millisecond

0 commit comments

Comments
 (0)