diff --git a/CHANGELOG.md b/CHANGELOG.md index 792a9fce..d7a34543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/OctopusDeploy/cli/compare/v2.1.0...v2.1.1) (2024-02-12) + + +### Bug Fixes + +* remove requirement for server config on package create commands ([#323](https://github.com/OctopusDeploy/cli/issues/323)) ([f755841](https://github.com/OctopusDeploy/cli/commit/f75584156b04bec28d41def60360e5953acce0a6)) + ## [2.1.0](https://github.com/OctopusDeploy/cli/compare/v2.0.0...v2.1.0) (2024-01-08) diff --git a/scripts/install.sh b/scripts/install.sh index 6f9d6dc6..f1d58922 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.1.0} +version=${VERSION:-v2.1.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 7ec1d6db..3e3c2f1e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 +2.1.1