Skip to content

Commit

Permalink
Release v3.6.3 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Feb 29, 2024
1 parent cf9311b commit ca6d93b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,12 @@
# Change Log
## [3.6.3]( https://github.com/vultr/govultr/compare/v3.6.2...v3.6.3) (2024-02-29)
### Bug Fixes
* All: add a json struct tag for the meta links field [PR 298](https://github.com/vultr/govultr/pull/298)
* Startup Scripts: allow empty values in create/update request struct [PR 299](https://github.com/vultr/govultr/pull/299)

### Automation
* Update codeql runner from v1 to v2 [PR 300](https://github.com/vultr/govultr/pull/300)

## [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)
Expand Down
2 changes: 1 addition & 1 deletion govultr.go
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
version = "3.6.2"
version = "3.6.3"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 500 * time.Millisecond
Expand Down

0 comments on commit ca6d93b

Please sign in to comment.