From 485020fcf658f979ccaf58ae9089bc92f14d63c0 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:26:22 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71c..2be9c43c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 505e195f..2f853d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/iExecBlockchainComputing/rlc-multichain/compare/v0.1.0...v0.2.0) (2025-09-12) + + +### 🚀 Features + +* pause scripts ([#93](https://github.com/iExecBlockchainComputing/rlc-multichain/issues/93)) ([727dd92](https://github.com/iExecBlockchainComputing/rlc-multichain/commit/727dd9210283604cdbc552aab5bf5a357f9225eb)) + + +### 🐞 Bug Fixes + +* Fix release please version in manifest ([#101](https://github.com/iExecBlockchainComputing/rlc-multichain/issues/101)) ([6c1d7c9](https://github.com/iExecBlockchainComputing/rlc-multichain/commit/6c1d7c9156401a4499818789ecce0e86cb031544)) + ## [0.1.0](https://github.com/iExecBlockchainComputing/rlc-multichain/compare/v0.1.0-rc...v0.1.0) (2025-08-14) ### 🚀 Features