From 5dfe35963877692e8ae0037824bc6f1190407fbe Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Fri, 23 Dec 2022 13:14:26 +1000 Subject: [PATCH] chore(main): release 0.10.1 (#195) * chore(main): release 0.10.1 * 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 e28ffe7c..d7ca6cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/OctopusDeploy/cli/compare/v0.10.0...v0.10.1) (2022-12-23) + + +### Bug Fixes + +* Fixes for Go Releaser, moving it to Ocotpus' v3 GitHub Actions ([#194](https://github.com/OctopusDeploy/cli/issues/194)) ([77f023b](https://github.com/OctopusDeploy/cli/commit/77f023b31f0c4b50f6d213b97a7ff3f3eea364dc)) + ## [0.10.0](https://github.com/OctopusDeploy/cli/compare/v0.9.0...v0.10.0) (2022-12-23) diff --git a/scripts/install.sh b/scripts/install.sh index 64dfe521..0e014700 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v0.10.0} +version=${VERSION:-v0.10.1} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 78bc1abd..57121573 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.10.0 +0.10.1