From d8bb2224f48b876384050ca2ba43d69eabe9db25 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:52:33 +1000 Subject: [PATCH] chore(main): release 2.8.1 (#399) * chore(main): release 2.8.1 * chore: update install script version --- CHANGELOG.md | 7 +++++++ scripts/install.sh | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d59aeef..e769f4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.1](https://github.com/OctopusDeploy/cli/compare/v2.8.0...v2.8.1) (2024-09-16) + + +### Bug Fixes + +* no program args now outputs the root help again ([#398](https://github.com/OctopusDeploy/cli/issues/398)) ([a0eec58](https://github.com/OctopusDeploy/cli/commit/a0eec582999df9aeaa17fcd4a9ddbf958d940c13)) + ## [2.8.0](https://github.com/OctopusDeploy/cli/compare/v2.7.0...v2.8.0) (2024-09-16) diff --git a/scripts/install.sh b/scripts/install.sh index 1f64ebea..6e78a5d9 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.8.0} +version=${VERSION:-v2.8.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 834f2629..dbe59006 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.8.0 +2.8.1