Skip to content

Commit 516b63e

Browse files
Merge pull request #552 from OctopusDeploy/release-please--branches--main
chore(main): release 2.19.1
2 parents 29f0d26 + 76a20a1 commit 516b63e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [2.19.0](https://github.com/OctopusDeploy/cli/compare/v2.18.0...v2.19.0) (2025-09-25)
411

512

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
log "Selecting version..."
3535

36-
version=${VERSION:-v2.19.0}
36+
version=${VERSION:-v2.19.1}
3737

3838
if [ ! $version ]; then
3939
log "${YELLOW}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.0
1+
2.19.1

0 commit comments

Comments
 (0)