diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa59f15..86435125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.19.1](https://github.com/OctopusDeploy/cli/compare/v2.19.0...v2.19.1) (2025-10-09) + + +### Bug Fixes + +* Update go version to patch CVE-2025-22871 ([29f0d26](https://github.com/OctopusDeploy/cli/commit/29f0d2668ba46b727d88a265bd01d416d7784d1a)) + ## [2.19.0](https://github.com/OctopusDeploy/cli/compare/v2.18.0...v2.19.0) (2025-09-25) diff --git a/scripts/install.sh b/scripts/install.sh index 52f5c49d..d36e2bb9 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.19.0} +version=${VERSION:-v2.19.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index ef0f38ab..b8e248f4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.19.0 +2.19.1