From d496577a5897ac99da5b92f20d215079fb74dc98 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:12:26 +1000 Subject: [PATCH 1/2] chore(main): release 0.8.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d467d864..602bd6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/OctopusDeploy/cli/compare/v0.8.0...v0.8.1) (2022-12-19) + + +### Bug Fixes + +* updated dependencies ([d009065](https://github.com/OctopusDeploy/cli/commit/d009065b22f48d922f02126e6cf908fe8372bd40)) + ## [0.8.0](https://github.com/OctopusDeploy/cli/compare/v0.7.1...v0.8.0) (2022-12-19) diff --git a/version.txt b/version.txt index a3df0a69..6f4eebdf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.0 +0.8.1 From 01261fdcee3a4ea58683efd788729fc63a00709a Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Mon, 19 Dec 2022 07:12:38 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index c0271422..26d53344 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v0.8.0} +version=${VERSION:-v0.8.1} if [ ! $version ]; then log "${YELLOW}"