From eb6ee729a45624a9cf5dca0a04f2987d4994b314 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Fri, 31 May 2024 15:38:29 +1000 Subject: [PATCH] chore(main): release 2.3.0 (#339) * chore(main): release 2.3.0 * chore: update install script version --- CHANGELOG.md | 14 ++++++++++++++ scripts/install.sh | 2 +- version.txt | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b80abee2..1a647333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.3.0](https://github.com/OctopusDeploy/cli/compare/v2.2.1...v2.3.0) (2024-05-31) + + +### Features + +* environment create ([#338](https://github.com/OctopusDeploy/cli/issues/338)) ([88d0588](https://github.com/OctopusDeploy/cli/commit/88d058876b63def96ae80a2db2893b43d8546f3c)) +* runbook delete ([#341](https://github.com/OctopusDeploy/cli/issues/341)) ([2bbb1ff](https://github.com/OctopusDeploy/cli/commit/2bbb1ff6b94f77294f8b8b6eb432c326c67acb93)) +* runbook snapshot list ([#340](https://github.com/OctopusDeploy/cli/issues/340)) ([43d5f2c](https://github.com/OctopusDeploy/cli/commit/43d5f2cae0fae861c49c8403f81f888f0a990e12)) + + +### Bug Fixes + +* wrong url for new infrastucture ([#351](https://github.com/OctopusDeploy/cli/issues/351)) ([67f9c14](https://github.com/OctopusDeploy/cli/commit/67f9c148c86efa0691805b8a4fa22b29bb66110f)) + ## [2.2.1](https://github.com/OctopusDeploy/cli/compare/v2.2.0...v2.2.1) (2024-03-07) diff --git a/scripts/install.sh b/scripts/install.sh index 99c1844c..546bb637 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.2.1} +version=${VERSION:-v2.3.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index c043eea7..276cbf9e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.1 +2.3.0