diff --git a/CHANGELOG.md b/CHANGELOG.md index 124a6899..eacfe8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/OctopusDeploy/cli/compare/v1.7.0...v1.7.1) (2023-10-31) + + +### Bug Fixes + +* Add additional fields to json output when listing workers ([#287](https://github.com/OctopusDeploy/cli/issues/287)) ([dc2b5c6](https://github.com/OctopusDeploy/cli/commit/dc2b5c659cf479a7e534ab267730b47f08301076)) + ## [1.7.0](https://github.com/OctopusDeploy/cli/compare/v1.6.2...v1.7.0) (2023-10-31) diff --git a/scripts/install.sh b/scripts/install.sh index 44b4a80c..18a21d17 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v1.7.0} +version=${VERSION:-v1.7.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index bd8bf882..943f9cbc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.7.0 +1.7.1