From 0f722b47b55f126db76b8e3ceacf4f2fb21afdc0 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:50:05 +1000 Subject: [PATCH] chore(main): release 2.1.1 (#324) * chore(main): release 2.1.1 * chore: update install script version --- 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 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