From bcff7f7cddd3b5961ef12ea60dc461619252226c Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:07:32 +1000 Subject: [PATCH 1/2] chore(main): release 2.9.0 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e769f4eb..1b04fea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.0](https://github.com/OctopusDeploy/cli/compare/v2.8.1...v2.9.0) (2024-09-17) + + +### Features + +* print packages that get created ([#404](https://github.com/OctopusDeploy/cli/issues/404)) ([f648633](https://github.com/OctopusDeploy/cli/commit/f648633fa0a2e5f9e77244c3e66c4f17d46c5aba)) + ## [2.8.1](https://github.com/OctopusDeploy/cli/compare/v2.8.0...v2.8.1) (2024-09-16) diff --git a/version.txt b/version.txt index dbe59006..c8e38b61 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.8.1 +2.9.0 From 533054b4f926b468d3a27e4c93c5f6f8dc3f0bd7 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Tue, 17 Sep 2024 01:07:42 +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 6e78a5d9..3688e0a0 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.8.1} +version=${VERSION:-v2.9.0} if [ ! $version ]; then log "${YELLOW}"