Skip to content

Commit

Permalink
Release v3.14.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Jan 15, 2025
1 parent 7cff7b0 commit bb5a413
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log
## [3.14.0](/~https://github.com/vultr/govultr/compare/v3.13.0...v3.14.0) (2025-01-15)
### Enhancements
* Load Balancers: Add support for AutoSSL and GlobalRegions [PR 350](/~https://github.com/vultr/govultr/pull/350)

### Clean Up
* Database: Remove deprecated Redis references [PR 349](/~https://github.com/vultr/govultr/pull/349)

## [3.13.0](/~https://github.com/vultr/govultr/compare/v3.12.0...v3.13.0) (2024-12-17)
### Enhancements
* VFS Storage: Add support for virtual file system storages [PR 347](/~https://github.com/vultr/govultr/pull/347)
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.13.0"
version = "3.14.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit bb5a413

Please sign in to comment.