Skip to content

Commit

Permalink
Release v2.13.0 #minor
Browse files Browse the repository at this point in the history
* Release v2.13.0 #minor

* Release v2.13.0 #minor
  • Loading branch information
ddymko committed Jan 5, 2022
1 parent 042c358 commit 51f6277
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## GoVultr v1 changelog is located [here](https://github.com/vultr/govultr/blob/v1/CHANGELOG.md)

## [v2.13.0](https://github.com/vultr/govultr/compare/v2.12.0..v2.13.0) (2022-01-05)
### Enhancement
* ListOptions : [Added query params](https://www.vultr.com/api/#operation/list-instances) that can be used with `Instance.List` [197](https://github.com/vultr/govultr/pull/197)

## [v2.12.0](https://github.com/vultr/govultr/compare/v2.11.1..v2.12.0) (2021-12-01)
### Breaking Changes
* Plans : Changed `MonthlyCost` from `int` to `float32` [192](https://github.com/vultr/govultr/pull/192)
Expand Down
2 changes: 1 addition & 1 deletion govultr.go
Expand Up @@ -16,7 +16,7 @@ import (
)

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

0 comments on commit 51f6277

Please sign in to comment.