From bed6fdd9a6e92e71e4dfe3b26ca28a4ec5771867 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:46:36 +1000 Subject: [PATCH 1/2] chore(main): release 2.20.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827fad4e..ca697260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.20.1](https://github.com/OctopusDeploy/cli/compare/v2.20.0...v2.20.1) (2025-12-04) + + +### Bug Fixes + +* Update go version to 1.25.5 ([#570](https://github.com/OctopusDeploy/cli/issues/570)) ([30e12e9](https://github.com/OctopusDeploy/cli/commit/30e12e9342f4388f887a0535b8e63c55d8fe6ae1)) + ## [2.20.0](https://github.com/OctopusDeploy/cli/compare/v2.19.1...v2.20.0) (2025-12-01) diff --git a/version.txt b/version.txt index 7329e21c..4e2200b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.20.0 +2.20.1 From 285f9db22b8659a792a5be926094c8489ebb0b36 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Thu, 4 Dec 2025 06:46:44 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 5fcd98e3..aa522622 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.20.0} +version=${VERSION:-v2.20.1} if [ ! $version ]; then log "${YELLOW}"