diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdf548b..1a54f944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.23.5](https://github.com/OctopusDeploy/cli/compare/v2.23.4...v2.23.5) (2026-08-05) + + +### Bug Fixes + +* colour multi-line text one line at a time ([fd9d045](https://github.com/OctopusDeploy/cli/commit/fd9d04541f07092c9d999df46299e3185ed0e653)) +* honour FORCE_COLOR=0, CLICOLOR_FORCE=0 and CLICOLOR=0 as colour off ([8282025](https://github.com/OctopusDeploy/cli/commit/82820258dca5781944b93b29d8a86219b3c8b6ee)) +* support colour output in CI via FORCE_COLOR/CLICOLOR_FORCE ([3ecaa76](https://github.com/OctopusDeploy/cli/commit/3ecaa76056bf15104b6648372d7318e6c3380057)), closes [#506](https://github.com/OctopusDeploy/cli/issues/506) + ## [2.23.4](https://github.com/OctopusDeploy/cli/compare/v2.23.3...v2.23.4) (2026-08-05) diff --git a/scripts/install.sh b/scripts/install.sh index 82c38596..faae18fd 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.23.4} +version=${VERSION:-v2.23.5} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 4f2f0d34..00436370 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.23.4 +2.23.5