From 00146a27414964fb8caf415dc0ccf456032adffc Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 13 Jul 2023 11:40:20 -0400 Subject: [PATCH] Release v3.1.0 #minor --- CHANGELOG.md | 7 +++++++ govultr.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c8b05..3eff1c3 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) +## [v3.1.0](https://github.com/vultr/govultr/compare/v3.0.3...v3.1.0) (2023-07-13) +### Enhancements +* Loadbalancers: add support for multi-nodes in [PR 250](https://github.com/vultr/govultr/pull/250) + +### New Contributors +* @happytreees made their first contribution in [PR 250](https://github.com/vultr/govultr/pull/250) + ## [v3.0.3](https://github.com/vultr/govultr/compare/v3.0.2...v3.0.3) (2023-06-07) ### Enhancements * Remove unused parameters from database update request [247](https://github.com/vultr/govultr/pull/247) diff --git a/govultr.go b/govultr.go index 3a2ba59..4bec59e 100644 --- a/govultr.go +++ b/govultr.go @@ -17,7 +17,7 @@ import ( ) const ( - version = "3.0.0" + version = "3.1.0" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond