From e5d335d1058cf0c910c5dd3ef2f3e7d3e84452e4 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:57:13 +1000 Subject: [PATCH 1/2] chore(main): release 2.10.3 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a1d62f..00d184e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.3](https://github.com/OctopusDeploy/cli/compare/v2.10.2...v2.10.3) (2024-10-11) + + +### Bug Fixes + +* correct help text in tenant variable commands ([#430](https://github.com/OctopusDeploy/cli/issues/430)) ([e414d7f](https://github.com/OctopusDeploy/cli/commit/e414d7f06d3376125aa59c1f33e118326487a20d)) + ## [2.10.2](https://github.com/OctopusDeploy/cli/compare/v2.10.1...v2.10.2) (2024-09-20) diff --git a/version.txt b/version.txt index c6436a85..5f4f65c8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.10.2 +2.10.3 From 61ec2d3b30262518682ac37a7813eccb51a7ebe9 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Fri, 11 Oct 2024 01:57:23 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 300e8bb6..23ab84f6 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.10.2} +version=${VERSION:-v2.10.3} if [ ! $version ]; then log "${YELLOW}"