diff --git a/.changeset/mean-views-punch.md b/.changeset/mean-views-punch.md deleted file mode 100644 index 66a9a73c9..000000000 --- a/.changeset/mean-views-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -feat: add signer methods to mcms adapters diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a55ebd3..3f4ab0287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # chainlink-deployments-framework +## 0.86.1 + +### Patch Changes + +- [#844](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/844) [`97cef23`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/97cef2341a5e3b80c0847046ca72950e60f72fb6) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: add signer methods to mcms adapters + ## 0.86.0 ### Minor Changes diff --git a/package.json b/package.json index e2ad04374..eee9d4400 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.86.0", + "version": "0.86.1", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {