From c62a7d2aa522e8da071cdc3b89550e095bbf4c6c Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:14:41 +1000 Subject: [PATCH 1/2] chore(main): release 2.9.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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/version.txt b/version.txt index c8e38b61..dedcc7d4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.9.0 +2.9.1 From b58eee9be47c49af70f89800148a87df6a363363 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Wed, 18 Sep 2024 05:14:51 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"