From e8f305ff298038f71ea16c5bb7d999dac4f61590 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: Fri, 5 Jun 2026 15:22:45 +0000 Subject: [PATCH] chore(main): release 0.46.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 0db1515e..ca683ed1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.45.1" + ".": "0.46.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd3a37f..ab03c7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @smartcontractkit/mcms +## [0.46.0](https://github.com/smartcontractkit/mcms/compare/v0.45.1...v0.46.0) (2026-06-05) + + +### Features + +* **canton:** integrate Canton support ([#613](https://github.com/smartcontractkit/mcms/issues/613)) ([d1e8d62](https://github.com/smartcontractkit/mcms/commit/d1e8d620ac8aca4a48ab1083d68220ee37b8acca)) + + +### Bug Fixes + +* replace sender to timelock address during error decoding ([#775](https://github.com/smartcontractkit/mcms/issues/775)) ([7da8a8e](https://github.com/smartcontractkit/mcms/commit/7da8a8eec3726c1ec2654c8a2fc533d209b98dd7)) + ## [0.45.1](https://github.com/smartcontractkit/mcms/compare/v0.45.0...v0.45.1) (2026-05-27)