From e56e8f02adf74f5d17b030eee88dcd21c759f3c1 Mon Sep 17 00:00:00 2001 From: Mariah <16638455+mamclaughlin@users.noreply.github.com> Date: Mon, 27 Sep 2021 12:17:16 -0400 Subject: [PATCH] release v2.9.0 (#163) * release v2.9.0 * changelog update --- CHANGELOG.md | 7 +++++++ govultr.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df55549..5328483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## GoVultr v1 changelog is located [here](https://github.com/vultr/govultr/blob/v1/CHANGELOG.md) +## [v2.9.0](https://github.com/vultr/govultr/compare/v2.8.1..v2.9.0) (2021-09-27) +### Breaking Change +* Kubernetes : PlanID is now Plan and Count is now NodeQuantity to follow API pattern [161](https://github.com/vultr/govultr/pull/161) + +### Enhancement +* Snapshots : Add compressed size field [162](https://github.com/vultr/govultr/pull/162) + ## [v2.8.1](https://github.com/vultr/govultr/compare/v2.8.0..v2.8.1) (2021-08-31) ### Enhancement * Kubernetes : Add support for deletion with resources [159](https://github.com/vultr/govultr/pull/159) diff --git a/govultr.go b/govultr.go index c08348b..c954edc 100644 --- a/govultr.go +++ b/govultr.go @@ -16,7 +16,7 @@ import ( ) const ( - version = "2.8.1" + version = "2.9.0" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond