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