diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e6b8ac..41912650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.1](https://github.com/OctopusDeploy/cli/compare/v2.21.0...v2.21.1) (2026-05-13) + + +### Bug Fixes + +* set default worker pool correctly on azure web app target create ([#596](https://github.com/OctopusDeploy/cli/issues/596)) ([fc2df3d](https://github.com/OctopusDeploy/cli/commit/fc2df3d42acfd74340d18cae2f2d77976c00d07b)), closes [#595](https://github.com/OctopusDeploy/cli/issues/595) + ## [2.21.0](https://github.com/OctopusDeploy/cli/compare/v2.20.1...v2.21.0) (2026-04-08) diff --git a/scripts/install.sh b/scripts/install.sh index b67f65a3..b0dc921c 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.21.0} +version=${VERSION:-v2.21.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index db65e216..3fe7dd19 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.21.0 +2.21.1