diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e781c..2a38a60 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/cmd/version/version.go b/cmd/version/version.go index e557a7f..b14256a 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -9,7 +9,7 @@ import ( ) const ( - Version string = "v3.0.2" + Version string = "v3.0.3" ) var (