Skip to content

Commit

Permalink
Release v2.8.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Jun 6, 2024
1 parent 3e68ee8 commit 6fcd9b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log
## [3.8.0](https://github.com/vultr/govultr/compare/v3.7.0...v3.8.0)
## [3.8.1](https://github.com/vultr/govultr/compare/v3.8.0...v3.8.1) (2023-06-06)
### Automation
* Update goreleaser github action from v2 to v6 [PR 317](https://github.com/vultr/govultr/pull/317)

## [3.8.0](https://github.com/vultr/govultr/compare/v3.7.0...v3.8.0) (2023-06-06)
### Enhancements
* Inference: add support for serverless inference endpoints [PR 315](https://github.com/vultr/govultr/pull/315)

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.8.0"
version = "3.8.1"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit 6fcd9b6

Please sign in to comment.