Skip to content

Commit

Permalink
Release v3.15.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Mar 4, 2025
1 parent 7769341 commit c68af58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Change Log
## [3.15.0](https://github.com/vultr/govultr/compare/v3.14.1...v3.15.0) (2025-03-04)
### Enhancements
* Add functions for account bandwidth [PR 356](https://github.com/vultr/govultr/pull/356)
* Add functions for billing pending charges [PR 357](https://github.com/vultr/govultr/pull/357)

### Dependencies
* Update Go from v1.23 to v1.24 [PR 360](https://github.com/vultr/govultr/pull/360)

### Clean Up
* Fix whitespace [PR 359](https://github.com/vultr/govultr/pull/359)

### New Contributors
* @DazWilkin made their first contribution in [PR 356](https://github.com/vultr/govultr/pull/356)

## [3.14.1](https://github.com/vultr/govultr/compare/v3.14.0...v3.14.1) (2025-01-17)
### Bug Fixes
* Load Balancers: Add missing SSL fields and AutoSSL struct [PR 352](https://github.com/vultr/govultr/pull/352)
Expand Down
2 changes: 1 addition & 1 deletion govultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
version = "3.14.1"
version = "3.15.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit c68af58

Please # to comment.