From a05f458ab39b6e3478bfc17b7ce0584bdcaacd0c Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:55:44 +1000 Subject: [PATCH] chore(main): release 2.2.0 (#332) * chore(main): release 2.2.0 * chore: update install script version --- CHANGELOG.md | 12 ++++++++++++ scripts/install.sh | 2 +- version.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a34543..979c84db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/OctopusDeploy/cli/compare/v2.1.1...v2.2.0) (2024-02-23) + + +### Features + +* **tenant:** Tenant view command support for output formatting ([#331](https://github.com/OctopusDeploy/cli/issues/331)) ([0112f1b](https://github.com/OctopusDeploy/cli/commit/0112f1b500096b364c6aeb601b1e2260c4b1474e)) + + +### Bug Fixes + +* support virtual paths during login ([#334](https://github.com/OctopusDeploy/cli/issues/334)) ([60e43f4](https://github.com/OctopusDeploy/cli/commit/60e43f4527f9cd82dccef94d6aa02f45fbc34c32)) + ## [2.1.1](https://github.com/OctopusDeploy/cli/compare/v2.1.0...v2.1.1) (2024-02-12) diff --git a/scripts/install.sh b/scripts/install.sh index f1d58922..30148484 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.1.1} +version=${VERSION:-v2.2.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 3e3c2f1e..ccbccc3d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.1 +2.2.0