From 40c59d1880b50403b1549234fc982cfc17e7e946 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Sun, 30 Jun 2024 16:55:17 -0400 Subject: [PATCH] Release v3.9.0 #minor --- CHANGELOG.md | 4 ++++ govultr.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1380e94..18d0b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## [3.9.0](https://github.com/vultr/govultr/compare/v3.8.1...v3.9.0) (2024-06-30) +### Enhancements +* CDN: Full support added [PR 319](https://github.com/vultr/govultr/pull/319) + ## [3.8.1](https://github.com/vultr/govultr/compare/v3.8.0...v3.8.1) (2023-06-06) ### Automation * Update goreleaser github action from v2 to v6 [PR 317](https://github.com/vultr/govultr/pull/317) diff --git a/govultr.go b/govultr.go index 3195277..80c9524 100644 --- a/govultr.go +++ b/govultr.go @@ -19,7 +19,7 @@ import ( ) const ( - version = "3.8.1" + version = "3.9.0" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond