diff --git a/CHANGELOG.md b/CHANGELOG.md index 602bd6d9..684a49ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/OctopusDeploy/cli/compare/v0.8.1...v0.9.0) (2022-12-21) + + +### Features + +* clone tenant ([#184](https://github.com/OctopusDeploy/cli/issues/184)) ([9bc3b6d](https://github.com/OctopusDeploy/cli/commit/9bc3b6d702f69b9c2359d3cf65ade0fa241c0689)) + ## [0.8.1](https://github.com/OctopusDeploy/cli/compare/v0.8.0...v0.8.1) (2022-12-19) diff --git a/scripts/install.sh b/scripts/install.sh index 26d53344..d60fb0f4 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v0.8.1} +version=${VERSION:-v0.9.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 6f4eebdf..ac39a106 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.1 +0.9.0