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