diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6f992a..5b2fb950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.0](https://github.com/OctopusDeploy/cli/compare/v1.2.2...v1.3.0) (2023-05-23) + + +### Features + +* tenant variable list ([69bb317](https://github.com/OctopusDeploy/cli/commit/69bb3177441b7d4d9e2928e564a61e36343e0a7c)) +* tenant variable update ([69bb317](https://github.com/OctopusDeploy/cli/commit/69bb3177441b7d4d9e2928e564a61e36343e0a7c)) + ## [1.2.2](https://github.com/OctopusDeploy/cli/compare/v1.2.1...v1.2.2) (2023-05-21) diff --git a/scripts/install.sh b/scripts/install.sh index cebf4224..fde630c7 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v1.2.2} +version=${VERSION:-v1.3.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 23aa8390..f0bb29e7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.2 +1.3.0