Skip to content

Commit

Permalink
Release v2.8.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Jun 6, 2024
1 parent c43846f commit 69d2d8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log
## [3.8.0](https://github.com/vultr/govultr/compare/v3.7.0...v3.8.0)
### Enhancements
* Inference: add support for serverless inference endpoints [PR 315](https://github.com/vultr/govultr/pull/315)

### Dependencies
* Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 [PR 312](https://github.com/vultr/govultr/pull/312)

### Automation
* Update golangci-lint and enable most go-vet checks [PR 314](https://github.com/vultr/govultr/pull/314)

## [3.7.0](https://github.com/vultr/govultr/compare/v3.6.4...v3.7.0) (2024-05-28)
### Enhancements
* Bare Metal: Add MdiskMode to BareMetalCreate and BareMetalUpdate structs [PR 310](https://github.com/vultr/govultr/pull/310)
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.7.0"
version = "3.8.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit 69d2d8a

Please sign in to comment.