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/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}" 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