diff --git a/CHANGELOG.md b/CHANGELOG.md index a10080c0..9d33e174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/OctopusDeploy/cli/compare/v1.6.1...v1.6.2) (2023-09-14) + + +### Bug Fixes + +* octopus deploy process for homebrew ([3c82836](https://github.com/OctopusDeploy/cli/commit/3c828368cee0b01844d46eaa6076469825f73e53)) + ## [1.6.1](https://github.com/OctopusDeploy/cli/compare/v1.6.0...v1.6.1) (2023-09-14) diff --git a/scripts/install.sh b/scripts/install.sh index 48491ac5..a039d4ea 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v1.6.1} +version=${VERSION:-v1.6.2} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 9c6d6293..fdd3be6d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.1 +1.6.2