From 8e4b0a5271cdb6a7fbc0681d7db6788d718dcd42 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:30:42 +1000 Subject: [PATCH 1/2] chore(main): release 2.21.0 --- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca697260..c68697af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.21.0](https://github.com/OctopusDeploy/cli/compare/v2.20.1...v2.21.0) (2026-02-13) + + +### Features + +* Add --runbook-tag flag to run multiple runbooks by tag ([#576](https://github.com/OctopusDeploy/cli/issues/576)) ([7eb348a](https://github.com/OctopusDeploy/cli/commit/7eb348a5643095f3f7b78f24217f06c2a2e0fa54)) +* service message flag support ([#574](https://github.com/OctopusDeploy/cli/issues/574)) ([e1ccf99](https://github.com/OctopusDeploy/cli/commit/e1ccf99c7fcfc0f02b9c583e9e3545e66956bc70)) + ## [2.20.1](https://github.com/OctopusDeploy/cli/compare/v2.20.0...v2.20.1) (2025-12-04) diff --git a/version.txt b/version.txt index 4e2200b9..db65e216 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.20.1 +2.21.0 From 2dc2635abfb48f1468072be35454e660e29acfb8 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Fri, 13 Feb 2026 01:30:50 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index aa522622..b67f65a3 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.20.1} +version=${VERSION:-v2.21.0} if [ ! $version ]; then log "${YELLOW}"