From 4df23182f93495869566ffb9893f30b85c14636d Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:35:18 +1000 Subject: [PATCH] chore(main): release 1.6.2 (#277) * chore(main): release 1.6.2 * chore: update install script version --- CHANGELOG.md | 7 +++++++ scripts/install.sh | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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