From d1066cbba62ac1048f49596b1cbf4eada69c99a7 Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Tue, 25 Aug 2026 16:36:42 +1000 Subject: [PATCH 1/2] chore(main): release 2.24.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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/version.txt b/version.txt index ad226192..0f5dfbe8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.24.0 +2.24.1 From 12563e77b394c7d60023edc8b2ec2bb341259b1c Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Tue, 25 Aug 2026 06:36:49 +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 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}"