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