From ca6d93b03ca98ec0bd2a83b1536aef93eb21d880 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 29 Feb 2024 13:58:19 -0500 Subject: [PATCH] Release v3.6.3 #patch --- CHANGELOG.md | 8 ++++++++ govultr.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 401641f..e5e514f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Change Log +## [3.6.3]( https://github.com/vultr/govultr/compare/v3.6.2...v3.6.3) (2024-02-29) +### Bug Fixes +* All: add a json struct tag for the meta links field [PR 298](https://github.com/vultr/govultr/pull/298) +* Startup Scripts: allow empty values in create/update request struct [PR 299](https://github.com/vultr/govultr/pull/299) + +### Automation +* Update codeql runner from v1 to v2 [PR 300](https://github.com/vultr/govultr/pull/300) + ## [v3.6.2](https://github.com/vultr/govultr/compare/v3.6.1...v3.6.2) (2024-02-20) ### Enhancement * Kubernetes: add support for nodepool labels [PR 296](https://github.com/vultr/govultr/pull/296) diff --git a/govultr.go b/govultr.go index ebcbe93..11b159c 100644 --- a/govultr.go +++ b/govultr.go @@ -19,7 +19,7 @@ import ( ) const ( - version = "3.6.2" + version = "3.6.3" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond