From 76a7bfc556cbad6f86aba284f8b5defc89aa19bb Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:33:26 +1000 Subject: [PATCH 1/2] chore(main): release 2.25.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365579f5..77e31d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.25.1](https://github.com/OctopusDeploy/cli/compare/v2.25.0...v2.25.1) (2026-09-09) + + +### Bug Fixes + +* stop login --ignore-ssl-errors panicking on a wrapped transport ([#726](https://github.com/OctopusDeploy/cli/issues/726)) ([3860c0c](https://github.com/OctopusDeploy/cli/commit/3860c0cfbeb379d2484d80aa5164d517b4578005)) + ## [2.25.0](https://github.com/OctopusDeploy/cli/compare/v2.24.1...v2.25.0) (2026-09-01) diff --git a/version.txt b/version.txt index 5c18f919..d6af7e33 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.25.0 +2.25.1 From 1cb0aae7eaeb9eb3f2a36bfb0011119d9bd6dd71 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Wed, 9 Sep 2026 04:33:33 +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 8b4c3a97..7ba97c8a 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.25.0} +version=${VERSION:-v2.25.1} if [ ! $version ]; then log "${YELLOW}"