From 207b5a47b85098a235314d7ada9566b98a862130 Mon Sep 17 00:00:00 2001 From: Mariah McLaughlin Date: Mon, 18 Oct 2021 16:11:50 -0400 Subject: [PATCH] Release v2.10.0 --- CHANGELOG.md | 4 ++++ govultr.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5328483..8a44b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## GoVultr v1 changelog is located [here](https://github.com/vultr/govultr/blob/v1/CHANGELOG.md) +## [v2.10.0](https://github.com/vultr/govultr/compare/v2.9.0..v2.10.0) (2021-10-18) +### Enhancement +* VKE : Add ability to add and modify tags on a VKE node pool [164](https://github.com/vultr/govultr/pull/164) + ## [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) diff --git a/govultr.go b/govultr.go index c954edc..931f3f7 100644 --- a/govultr.go +++ b/govultr.go @@ -16,7 +16,7 @@ import ( ) const ( - version = "2.9.0" + version = "2.10.0" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond