We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29f0d26 + 76a20a1 commit 516b63eCopy full SHA for 516b63e
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.19.1](https://github.com/OctopusDeploy/cli/compare/v2.19.0...v2.19.1) (2025-10-09)
4
+
5
6
+### Bug Fixes
7
8
+* Update go version to patch CVE-2025-22871 ([29f0d26](https://github.com/OctopusDeploy/cli/commit/29f0d2668ba46b727d88a265bd01d416d7784d1a))
9
10
## [2.19.0](https://github.com/OctopusDeploy/cli/compare/v2.18.0...v2.19.0) (2025-09-25)
11
12
scripts/install.sh
@@ -33,7 +33,7 @@ fi
33
34
log "Selecting version..."
35
36
-version=${VERSION:-v2.19.0}
+version=${VERSION:-v2.19.1}
37
38
if [ ! $version ]; then
39
log "${YELLOW}"
version.txt
@@ -1 +1 @@
-2.19.0
+2.19.1
0 commit comments