diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b04fea6..8a15f63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.1](https://github.com/OctopusDeploy/cli/compare/v2.9.0...v2.9.1) (2024-09-18) + + +### Bug Fixes + +* Removes a whitespace between Path key and value when creating a zip/nupkg with json output format ([59de77a](https://github.com/OctopusDeploy/cli/commit/59de77a3aaf027fc9228d93315097c428245bae8)) + ## [2.9.0](https://github.com/OctopusDeploy/cli/compare/v2.8.1...v2.9.0) (2024-09-17) diff --git a/scripts/install.sh b/scripts/install.sh index 3688e0a0..bbe66c57 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.9.0} +version=${VERSION:-v2.9.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index c8e38b61..dedcc7d4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.9.0 +2.9.1