Skip to content

Commit

Permalink
Release v3.6.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Dec 15, 2023
1 parent f40104b commit 477d075
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,13 @@
# Change Log
## [v3.6.0](https://github.com/vultr/govultr/compare/v3.5.0...v3.6.0) (2023-12-15)
### Enhancement
* Marketplace: add support for new API route [PR 291](https://github.com/vultr/govultr/pull/291)
* Bare Metal: add marketplace app variables [PR 291](https://github.com/vultr/govultr/pull/291)
* Instance: add marketplace app variables [PR 291](https://github.com/vultr/govultr/pull/291)

### Documentation
* Update the README with non-auth client examples [PR 290](https://github.com/vultr/govultr/pull/290)

## [v3.5.0](https://github.com/vultr/govultr/compare/v3.4.1...v3.5.0) (2023-12-01)
### Enhancement
* Instance: Add disable IPv4 option create request [PR 287](https://github.com/vultr/govultr/pull/287)
Expand Down
2 changes: 1 addition & 1 deletion govultr.go
Expand Up @@ -19,7 +19,7 @@ import (
)

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

0 comments on commit 477d075

Please sign in to comment.