diff --git a/CHANGELOG.md b/CHANGELOG.md index 979c84db..b80abee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/OctopusDeploy/cli/compare/v2.2.0...v2.2.1) (2024-03-07) + + +### Bug Fixes + +* panic when no arguments and no config ([#336](https://github.com/OctopusDeploy/cli/issues/336)) ([44b3e0f](https://github.com/OctopusDeploy/cli/commit/44b3e0fa6cea934e3e88d0717437a618bf7f3f4b)) + ## [2.2.0](https://github.com/OctopusDeploy/cli/compare/v2.1.1...v2.2.0) (2024-02-23) diff --git a/scripts/install.sh b/scripts/install.sh index 30148484..99c1844c 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.2.0} +version=${VERSION:-v2.2.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index ccbccc3d..c043eea7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.0 +2.2.1