From 7fb0ec44a551b4920763df55e5558900dcee4f06 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Fri, 15 Mar 2024 10:13:55 -0400 Subject: [PATCH] Release v3.0.3 #patch --- CHANGELOG.md | 7 +++++++ cmd/version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 (