From 10c87309ecdee128197148cae4e40eb8e6f98137 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:48:30 +1000 Subject: [PATCH] chore(main): release 2.11.0 (#436) --- 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 00d184e3..0730ff28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.11.0](https://github.com/OctopusDeploy/cli/compare/v2.10.4...v2.11.0) (2024-10-30) + + +### Features + +* Add support for fixed package versions in release creation ([#435](https://github.com/OctopusDeploy/cli/issues/435)) ([8559b9a](https://github.com/OctopusDeploy/cli/commit/8559b9a6dbff9ae37aefda99e7d342671f4d0a16)) + ## [2.10.3](https://github.com/OctopusDeploy/cli/compare/v2.10.2...v2.10.3) (2024-10-11) diff --git a/scripts/install.sh b/scripts/install.sh index 23ab84f6..7b7db106 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.10.3} +version=${VERSION:-v2.11.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 5f4f65c8..46b81d81 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.10.3 +2.11.0