diff --git a/CHANGELOG.md b/CHANGELOG.md index a41c7d79..c5a1d62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.2](https://github.com/OctopusDeploy/cli/compare/v2.10.1...v2.10.2) (2024-09-20) + + +### Bug Fixes + +* handle non-nil fields in task wait ([#422](https://github.com/OctopusDeploy/cli/issues/422)) ([6d20dd9](https://github.com/OctopusDeploy/cli/commit/6d20dd98a90d6c53d8ce8dffa284ba2fbc191816)) + ## [2.10.1](https://github.com/OctopusDeploy/cli/compare/v2.10.0...v2.10.1) (2024-09-19) diff --git a/scripts/install.sh b/scripts/install.sh index 6265728c..300e8bb6 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.10.1} +version=${VERSION:-v2.10.2} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 8bbb6e40..c6436a85 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.10.1 +2.10.2