From 227bbb159aa7a994a0a4baf847030674f3789acd Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Thu, 14 May 2026 09:46:13 +1000 Subject: [PATCH 1/2] chore(main): release 2.21.2 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41912650..b65da10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.2](https://github.com/OctopusDeploy/cli/compare/v2.21.1...v2.21.2) (2026-05-13) + + +### Bug Fixes + +* Support escaped delimiters in --package for Maven packages ([#584](https://github.com/OctopusDeploy/cli/issues/584)) ([5e36aec](https://github.com/OctopusDeploy/cli/commit/5e36aeca23dd9837e95a9566e90cc96ed65c4573)), closes [#547](https://github.com/OctopusDeploy/cli/issues/547) + ## [2.21.1](https://github.com/OctopusDeploy/cli/compare/v2.21.0...v2.21.1) (2026-05-13) diff --git a/version.txt b/version.txt index 3fe7dd19..8392a795 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.21.1 +2.21.2 From f97fbb1804c36fcc996673fdf9671e91cdc5e3a3 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Wed, 13 May 2026 23:46:21 +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 b0dc921c..0136960f 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.21.1} +version=${VERSION:-v2.21.2} if [ ! $version ]; then log "${YELLOW}"