diff --git a/CHANGELOG.md b/CHANGELOG.md index 4731dee0..8e35f459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.23.7](https://github.com/OctopusDeploy/cli/compare/v2.23.6...v2.23.7) (2026-08-06) + + +### Bug Fixes + +* force-push the release branch and surface GitHub's error detail ([f428cb9](https://github.com/OctopusDeploy/cli/commit/f428cb9cc1f155120b02e16d911c2e5d69ed559d)) +* open a pull request when publishing the homebrew formula ([c8e192d](https://github.com/OctopusDeploy/cli/commit/c8e192d32918827a102137add7d81711edfa5f30)), closes [#541](https://github.com/OctopusDeploy/cli/issues/541) + ## [2.23.6](https://github.com/OctopusDeploy/cli/compare/v2.23.5...v2.23.6) (2026-08-06) diff --git a/scripts/install.sh b/scripts/install.sh index f2eeea69..00f03796 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.23.6} +version=${VERSION:-v2.23.7} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index bdaa661c..965443db 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.23.6 +2.23.7