Skip to content

Commit

Permalink
Release v3.6.2 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Feb 20, 2024
1 parent dedfe0b commit da63ee8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion govultr.go
Expand Up @@ -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
Expand Down

0 comments on commit da63ee8

Please sign in to comment.