From 2345fb35f0231b1f3a1c937bfbba45ffb3e42b0d Mon Sep 17 00:00:00 2001 From: "app-token-issuer-ops-platform[bot]" <275822481+app-token-issuer-ops-platform[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:12:43 +0000 Subject: [PATCH] chore(main): release 0.47.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca683ed1..3bafaeb4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.0" + ".": "0.47.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab03c7b7..7cc89972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @smartcontractkit/mcms +## [0.47.0](https://github.com/smartcontractkit/mcms/compare/v0.46.0...v0.47.0) (2026-06-08) + + +### Features + +* Canton MCMS Proposal Decoder ([f04dab0](https://github.com/smartcontractkit/mcms/commit/f04dab03e98eac79861b25e2361c2f67c4bc1023)) +* **canton:** add proposal decoder ([#778](https://github.com/smartcontractkit/mcms/issues/778)) ([f04dab0](https://github.com/smartcontractkit/mcms/commit/f04dab03e98eac79861b25e2361c2f67c4bc1023)) + ## [0.46.0](https://github.com/smartcontractkit/mcms/compare/v0.45.1...v0.46.0) (2026-06-05)