diff --git a/CHANGELOG.md b/CHANGELOG.md index 41912650..b53b1478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.3](https://github.com/OctopusDeploy/cli/compare/v2.21.2...v2.21.3) (2026-05-26) + + +### Bug Fixes + +* Include Default Worker Pool for Azure Web App targets ([#603](https://github.com/OctopusDeploy/cli/issues/603)) ([6502516](https://github.com/OctopusDeploy/cli/commit/65025165bcf9451cd5f06e856d1996c8e575f345)), closes [#600](https://github.com/OctopusDeploy/cli/issues/600) + ## [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..8474e3a8 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.3} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 3fe7dd19..e6cb6a1a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.21.1 +2.21.3