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