From c1fbdf78ca80eb5fed55c1bc315aa6c00adf1e9b Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Mon, 24 Jul 2023 15:42:14 -0400 Subject: [PATCH] Release v3.2.0 #minor --- CHANGELOG.md | 5 +++++ govultr.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eff1c3..046fd66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## GoVultr v1 changelog is located [here](https://github.com/vultr/govultr/blob/v1/CHANGELOG.md) +## [v3.2.0](https://github.com/vultr/govultr/compare/v3.1.0...v3.2.0) (2023-07-24) +### Enhancements +* Database: add support for DBaaS VPC networks [PR 255](https://github.com/vultr/govultr/pull/255) +* Implement stricter golangci-lint configurations [PR 259](https://github.com/vultr/govultr/pull/259) + ## [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) diff --git a/govultr.go b/govultr.go index c6365b7..3cb538b 100644 --- a/govultr.go +++ b/govultr.go @@ -17,7 +17,7 @@ import ( ) const ( - version = "3.1.0" + version = "3.2.0" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond