From f0125f4f6949b8b5243b0faf2414179ba887d0c2 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:24:08 +1000 Subject: [PATCH] chore(main): release 2.10.1 (#419) * chore(main): release 2.10.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 da337920..a41c7d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.1](https://github.com/OctopusDeploy/cli/compare/v2.10.0...v2.10.1) (2024-09-19) + + +### Bug Fixes + +* include release notes and assembled date in json output after creating a release ([#410](https://github.com/OctopusDeploy/cli/issues/410)) ([42f2db6](https://github.com/OctopusDeploy/cli/commit/42f2db66e93846aebb53056b59751c0c9a938451)) + ## [2.10.0](https://github.com/OctopusDeploy/cli/compare/v2.9.1...v2.10.0) (2024-09-18) diff --git a/scripts/install.sh b/scripts/install.sh index a784dd4b..6265728c 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.10.0} +version=${VERSION:-v2.10.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 10c2c0c3..8bbb6e40 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.10.0 +2.10.1