From 69c1afd27f368d100bb35f0c84b404a8d1da4b72 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: Tue, 14 Jul 2026 20:49:30 +0000 Subject: [PATCH] chore(main): release 0.52.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 75d439ac..acba76f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.51.0" + ".": "0.52.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6f3327..d42a9d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @smartcontractkit/mcms +## [0.52.0](https://github.com/smartcontractkit/mcms/compare/v0.51.0...v0.52.0) (2026-07-14) + + +### Features + +* add ExecutePayer field in chain metadata for setting solana execute accounts [CLD-3046] ([#814](https://github.com/smartcontractkit/mcms/issues/814)) ([4e1ae4b](https://github.com/smartcontractkit/mcms/commit/4e1ae4b3e7d2a2941d33f6db1280c66ab555539f)) + ## [0.51.0](https://github.com/smartcontractkit/mcms/compare/v0.50.1...v0.51.0) (2026-07-07)