From 250fdfddba29aed1a40130feb2d73cce4e577e92 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:50:53 +1000 Subject: [PATCH] chore(main): release 2.14.0 (#457) * chore(main): release 2.14.0 * 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 e640de27..514b2bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.0](https://github.com/OctopusDeploy/cli/compare/v2.13.0...v2.14.0) (2024-12-04) + + +### Features + +* Add support for generic oidc accounts ([#455](https://github.com/OctopusDeploy/cli/issues/455)) ([87745a9](https://github.com/OctopusDeploy/cli/commit/87745a9aa4ae5046ed848bd89a3f64e7d922ddf2)) + ## [2.13.0](https://github.com/OctopusDeploy/cli/compare/v2.12.2...v2.13.0) (2024-12-02) diff --git a/scripts/install.sh b/scripts/install.sh index 29dd0d85..3ac76719 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.13.0} +version=${VERSION:-v2.14.0} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index fb2c0766..edcfe40d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.13.0 +2.14.0