diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc01880..ea7f9f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.24.1](https://github.com/OctopusDeploy/cli/compare/v2.24.0...v2.24.1) (2026-08-25) + + +### Features + +* Add --priority to release deploy and runbook run ([#708](https://github.com/OctopusDeploy/cli/issues/708)) ([c7c958f](https://github.com/OctopusDeploy/cli/commit/c7c958f07b066519ebe555e6dbf165b124b33a20)) + ## [2.24.0](https://github.com/OctopusDeploy/cli/compare/v2.23.10...v2.24.0) (2026-08-19) diff --git a/scripts/install.sh b/scripts/install.sh index 796e3960..7e6677dc 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.24.0} +version=${VERSION:-v2.24.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index ad226192..0f5dfbe8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.24.0 +2.24.1