From 4e87031ee039992177f64bcc372149665c1a108c Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Wed, 30 Oct 2024 16:10:37 -0400 Subject: [PATCH] Release v3.11.2 #patch --- CHANGELOG.md | 4 ++++ govultr.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab0a15..0c0d6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## [3.11.2]( /~https://github.com/vultr/govultr/compare/v3.11.1...v3.11.2) (2024-10-30) +### Bug fixes +* Database: Fix Kafka advanced config field names [PR 343](/~https://github.com/vultr/govultr/pull/343) + ## [3.11.1](/~https://github.com/vultr/govultr/compare/v3.11.0...v3.11.1) (2024-10-24) ### Bug Fixes * Database: Fix quota create endpoint param for Kafka [PR 341](/~https://github.com/vultr/govultr/pull/341) diff --git a/govultr.go b/govultr.go index 684d1d9..3727ce1 100644 --- a/govultr.go +++ b/govultr.go @@ -19,7 +19,7 @@ import ( ) const ( - version = "3.11.1" + version = "3.11.2" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond