diff --git a/.changeset/khaki-bats-occur.md b/.changeset/khaki-bats-occur.md deleted file mode 100644 index 7f7886d30..000000000 --- a/.changeset/khaki-bats-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat: extract from cld ccip and make domain agnostic verification cmd for contracts diff --git a/.changeset/seven-parents-grab.md b/.changeset/seven-parents-grab.md deleted file mode 100644 index fb7edfb89..000000000 --- a/.changeset/seven-parents-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -update aptos mcms to also handle curse mcms diff --git a/CHANGELOG.md b/CHANGELOG.md index 61920585d..a7a55ebd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # chainlink-deployments-framework +## 0.86.0 + +### Minor Changes + +- [#826](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/826) [`bc7e435`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/bc7e435710fc04f35f7a5600b3cda70bfc3c6d74) Thanks [@ajaskolski](https://github.com/ajaskolski)! - feat: extract from cld ccip and make domain agnostic verification cmd for contracts + +### Patch Changes + +- [#836](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/836) [`27021a9`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/27021a9111e43ef5ebc4a1297324c48aef61cce6) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - update aptos mcms to also handle curse mcms + ## 0.85.1 ### Patch Changes diff --git a/package.json b/package.json index 5e941923e..e2ad04374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.85.1", + "version": "0.86.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {