Skip to content

Commit

Permalink
Release v3.13.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Dec 17, 2024
1 parent 73933bd commit 91d3cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## [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)

## [3.12.0]( https://github.com/vultr/govultr/compare/v3.11.2...v3.12.0) (2024-11-22)
### Clean Up
* Database: Deprecate Redis-Named Fields [PR 345](https://github.com/vultr/govultr/pull/345)
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.12.0"
version = "3.13.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit 91d3cc3

Please sign in to comment.