diff --git a/CHANGELOG.md b/CHANGELOG.md index f79bbb4..401641f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change Log -## What's Changed +## [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) + ## [v3.6.1](https://github.com/vultr/govultr/compare/v3.6.0...v3.6.1) (2024-01-16) ### Enhancement -* Bare Metal: Add functions to allow VPC [PR 293](https://github.com/vultr/govultr/pull/293) +* Bare Metal: add functions to allow VPC [PR 293](https://github.com/vultr/govultr/pull/293) ## [v3.6.0](https://github.com/vultr/govultr/compare/v3.5.0...v3.6.0) (2023-12-15) ### Enhancement diff --git a/govultr.go b/govultr.go index 749c9f5..ebcbe93 100644 --- a/govultr.go +++ b/govultr.go @@ -19,7 +19,7 @@ import ( ) const ( - version = "3.6.1" + version = "3.6.2" defaultBase = "https://api.vultr.com" userAgent = "govultr/" + version rateLimit = 500 * time.Millisecond