From e86dd788b8a11856019649ed40fd85a782cf091f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:22:34 +0000 Subject: [PATCH] chore(main): release 2.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eec7b69..091aa3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.5.0](https://github.com/Vonage/cloud-runtime-cli/compare/v2.4.0...v2.5.0) (2026-05-13) + + +### 🚀 Features + +* add support instance list ([#71](https://github.com/Vonage/cloud-runtime-cli/issues/71)) ([d2b4da6](https://github.com/Vonage/cloud-runtime-cli/commit/d2b4da625037f5e735d8bbb1dae936aaff761e5c)) +* add support secret list ([#73](https://github.com/Vonage/cloud-runtime-cli/issues/73)) ([8350a42](https://github.com/Vonage/cloud-runtime-cli/commit/8350a42682607ebbb1f5f87142017aeb7065d529)) + + +### 🐛 Bug Fixes + +* APIAPEX-2747 add follow flag to instance logs ([#77](https://github.com/Vonage/cloud-runtime-cli/issues/77)) ([5945724](https://github.com/Vonage/cloud-runtime-cli/commit/59457248b4d0c1dad2d934fb93b998befbdd040b)) + ## [2.4.0](https://github.com/Vonage/cloud-runtime-cli/compare/v2.3.0...v2.4.0) (2026-04-15)