From e1b935559b22ca5fa8f4bb2e0a67540b975a96d0 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:18:51 +1000 Subject: [PATCH] chore(main): release 2.1.0 (#308) --- 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 f598f84a..792a9fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/OctopusDeploy/cli/compare/v2.0.0...v2.1.0) (2024-01-08) + + +### Features + +* Add new login and logout commands ([#291](https://github.com/OctopusDeploy/cli/issues/291)) ([7d4da60](https://github.com/OctopusDeploy/cli/commit/7d4da6049c8163a67ea118e3eee7c0d25028efe0)) + ## [2.0.0](https://github.com/OctopusDeploy/cli/compare/v1.7.1...v2.0.0) (2024-01-04) diff --git a/scripts/install.sh b/scripts/install.sh index 8efa94ae..6f9d6dc6 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.0.0} +version=${VERSION:-v2.1.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 227cea21..7ec1d6db 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0 +2.1.0