diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a54f944..4731dee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.6](https://github.com/OctopusDeploy/cli/compare/v2.23.5...v2.23.6) (2026-08-06) + + +### Bug Fixes + +* produce valid NuGet packages from package nuget create ([47932dc](https://github.com/OctopusDeploy/cli/commit/47932dc5a3f6a0ce02e24912610a9bc939f17191)), closes [#477](https://github.com/OctopusDeploy/cli/issues/477) + ## [2.23.5](https://github.com/OctopusDeploy/cli/compare/v2.23.4...v2.23.5) (2026-08-05) diff --git a/scripts/install.sh b/scripts/install.sh index faae18fd..f2eeea69 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.23.5} +version=${VERSION:-v2.23.6} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 00436370..bdaa661c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.23.5 +2.23.6