diff --git a/.changeset/few-chefs-guess.md b/.changeset/few-chefs-guess.md deleted file mode 100644 index a60a88bb..00000000 --- a/.changeset/few-chefs-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -refactor(modular-cmds): create addressbook modular command and delegate legacy one to it diff --git a/.changeset/long-eyes-push.md b/.changeset/long-eyes-push.md deleted file mode 100644 index 76b1fd75..00000000 --- a/.changeset/long-eyes-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Migration reference fix diff --git a/.changeset/rich-pumas-cheat.md b/.changeset/rich-pumas-cheat.md deleted file mode 100644 index 00024c4a..00000000 --- a/.changeset/rich-pumas-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -add Stellar support for mcms adapters, RPC provider, chain config, and blockchain diff --git a/.changeset/ten-hornets-play.md b/.changeset/ten-hornets-play.md deleted file mode 100644 index 9f306dd6..00000000 --- a/.changeset/ten-hornets-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Revert chainlink-ccip/chains/solana to 85accaf3d28d (availabel contract release) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2eacf8f..a464d396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # chainlink-deployments-framework +## 0.80.1 + +### Patch Changes + +- [#719](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/719) [`f4aad62`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f4aad622da5542df6077e079fa80c6bef96b6db9) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor(modular-cmds): create addressbook modular command and delegate legacy one to it + +- [#716](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/716) [`8c0cc40`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8c0cc40200a596209a6fb96034e70e0f355c29d1) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Migration reference fix + +- [#714](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/714) [`c4522c1`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/c4522c10051901509e13ad376c7a6b84eee9e4f1) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - add Stellar support for mcms adapters, RPC provider, chain config, and blockchain + +- [#720](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/720) [`b296b7d`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/b296b7df28a63cb47172c5f9646b7596e7d4324c) Thanks [@krebernisak](https://github.com/krebernisak)! - Revert chainlink-ccip/chains/solana to 85accaf3d28d (availabel contract release) + ## 0.80.0 ### Minor Changes diff --git a/package.json b/package.json index f3324f07..6292b021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.80.0", + "version": "0.80.1", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {