diff --git a/.changeset/canton-mcms-read-as-party-ids.md b/.changeset/canton-mcms-read-as-party-ids.md deleted file mode 100644 index 8c54b8487..000000000 --- a/.changeset/canton-mcms-read-as-party-ids.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Wire Canton `ReadAsPartyIDs` from CLDF chain metadata through the MCMS chain access adapter. - -Bump `mcms` to pick up Canton participant `ReadAsPartyIDs` support in `sdk/canton`. diff --git a/.changeset/large-wombats-fall.md b/.changeset/large-wombats-fall.md deleted file mode 100644 index 693f06267..000000000 --- a/.changeset/large-wombats-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(datastore): preserve staged deletes across Merge composition diff --git a/.changeset/strong-spiders-end.md b/.changeset/strong-spiders-end.md deleted file mode 100644 index 8e19b98b3..000000000 --- a/.changeset/strong-spiders-end.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(utils): new ExecuteOnChainSequenceAndMerge util - -Execute sequence and merge output into an aggregate OnChainOutput. diff --git a/CHANGELOG.md b/CHANGELOG.md index c162ef3bd..b3c3fd87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # chainlink-deployments-framework +## 0.111.0 + +### Minor Changes + +- [#1041](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1041) [`7ecc2db`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/7ecc2db9c8696a5965a173ce2a1fb2705b03dbca) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(utils): new ExecuteOnChainSequenceAndMerge util + + Execute sequence and merge output into an aggregate OnChainOutput. + +### Patch Changes + +- [#1040](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1040) [`6eebfec`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/6eebfec8cf3db15c9371cef32f2776bea7f83711) Thanks [@stackman27](https://github.com/stackman27)! - Wire Canton `ReadAsPartyIDs` from CLDF chain metadata through the MCMS chain access adapter. + + Bump `mcms` to pick up Canton participant `ReadAsPartyIDs` support in `sdk/canton`. + +- [#1044](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1044) [`f9e7309`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f9e73090be4672dffd192c1359ead5753171c207) Thanks [@giogam](https://github.com/giogam)! - fix(datastore): preserve staged deletes across Merge composition + ## 0.110.0 ### Minor Changes diff --git a/package.json b/package.json index 1af06be40..c9a482ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.110.0", + "version": "0.111.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {