Skip to content

Commit

Permalink
Release v3.0.3 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Mar 15, 2024
1 parent 09201a7 commit 7fb0ec4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,11 @@
# Change Log
## [v3.0.3](https://github.com/vultr/vultr-cli/compare/v3.0.2...v3.0.3) (2024-03-15)
### Bug Fixes
* All: fix missing oauth token when a config file is used [PR 430](https://github.com/vultr/vultr-cli/pull/430)

### Dependencies
* Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 [PR 428](https://github.com/vultr/vultr-cli/pull/428)

## [v3.0.2](https://github.com/vultr/vultr-cli/compare/v3.0.1...v3.0.2) (2024-03-12)
### Enhancements
* Kubernetes: add node labels flag to node pool create and update [PR 422](https://github.com/vultr/vultr-cli/pull/422)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version/version.go
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
Version string = "v3.0.2"
Version string = "v3.0.3"
)

var (
Expand Down

0 comments on commit 7fb0ec4

Please sign in to comment.