From 7142dcb38a39d6b6d8b7f58ca6c1d96ad248388e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:32:18 +0000 Subject: [PATCH] chore(main): release 2.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965a34..a549f59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f697851..eec7b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/Vonage/cloud-runtime-cli/compare/v2.3.0...v2.4.0) (2026-04-15) + + +### 🚀 Features + +* **debug:** add prune-sessions command ([#76](https://github.com/Vonage/cloud-runtime-cli/issues/76)) ([b0cfbb0](https://github.com/Vonage/cloud-runtime-cli/commit/b0cfbb0f327d607cfb33b1410b8f3064a584064d)) + ## [2.3.0](https://github.com/Vonage/cloud-runtime-cli/compare/v2.2.1...v2.3.0) (2026-02-26)