From 1a570f2929a3ac07732f9e1e13fcb35fd8c7119f 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 12:06:34 +1000 Subject: [PATCH] chore(main): release 2.10.3 (#431) --- CHANGELOG.md | 7 +++++++ scripts/install.sh | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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/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}" 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