From 8355ba7b0592a169c24cbee7356bdea45567613d Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:06:54 +1000 Subject: [PATCH] chore(main): release 2.12.0 (#446) * chore(main): release 2.12.0 * 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 0730ff28..3c083b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.0](https://github.com/OctopusDeploy/cli/compare/v2.11.0...v2.12.0) (2024-11-20) + + +### Features + +* add ability to disable tenants ([#445](https://github.com/OctopusDeploy/cli/issues/445)) ([44063aa](https://github.com/OctopusDeploy/cli/commit/44063aae00fa770ea320014e375f657c884f4327)) + ## [2.11.0](https://github.com/OctopusDeploy/cli/compare/v2.10.4...v2.11.0) (2024-10-30) diff --git a/scripts/install.sh b/scripts/install.sh index 7b7db106..30c0d250 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.11.0} +version=${VERSION:-v2.12.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 46b81d81..d8b69897 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.11.0 +2.12.0