From e23bfa6c08d243427daf304157a0903f08230842 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:37:44 +1000 Subject: [PATCH 1/2] chore(main): release 2.19.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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/version.txt b/version.txt index ef0f38ab..b8e248f4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.19.0 +2.19.1 From 76a20a11c8d7b6f6e022eb03a2e44546cdad5ce2 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Thu, 9 Oct 2025 22:37:52 +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 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}"