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/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}" 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