From 477d075670b6dba66db9a2d5fd0906364c0746d6 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Fri, 15 Dec 2023 12:54:30 -0500 Subject: [PATCH] Release v3.6.0 #minor --- CHANGELOG.md | 9 +++++++++ govultr.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402a46c..3097611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Change Log +## [v3.6.0](https://github.com/vultr/govultr/compare/v3.5.0...v3.6.0) (2023-12-15) +### Enhancement +* Marketplace: add support for new API route [PR 291](https://github.com/vultr/govultr/pull/291) +* Bare Metal: add marketplace app variables [PR 291](https://github.com/vultr/govultr/pull/291) +* Instance: add marketplace app variables [PR 291](https://github.com/vultr/govultr/pull/291) + +### Documentation +* Update the README with non-auth client examples [PR 290](https://github.com/vultr/govultr/pull/290) + ## [v3.5.0](https://github.com/vultr/govultr/compare/v3.4.1...v3.5.0) (2023-12-01) ### Enhancement * Instance: Add disable IPv4 option create request [PR 287](https://github.com/vultr/govultr/pull/287) diff --git a/govultr.go b/govultr.go index f38943b..f79af10 100644 --- a/govultr.go +++ b/govultr.go @@ -19,7 +19,7 @@ import ( ) const ( - version = "3.5.0" + version = "3.6.0" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond