diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d33e174..124a6899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/OctopusDeploy/cli/compare/v1.6.2...v1.7.0) (2023-10-31) + + +### Features + +* Update fields included in JSON output for workers list ([#284](https://github.com/OctopusDeploy/cli/issues/284)) ([9bb3d43](https://github.com/OctopusDeploy/cli/commit/9bb3d43ba9eddf39d73887bb021683b953f15776)) + ## [1.6.2](https://github.com/OctopusDeploy/cli/compare/v1.6.1...v1.6.2) (2023-09-14) diff --git a/scripts/install.sh b/scripts/install.sh index a039d4ea..44b4a80c 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v1.6.2} +version=${VERSION:-v1.7.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index fdd3be6d..bd8bf882 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.2 +1.7.0