diff --git a/.changeset/afraid-parks-rush.md b/.changeset/afraid-parks-rush.md deleted file mode 100644 index fa60b32f..00000000 --- a/.changeset/afraid-parks-rush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix: avoid loading proposal ctx if the provider is nil -chore: add deprecation warning to mcmsv2 commands diff --git a/.changeset/public-mugs-agree.md b/.changeset/public-mugs-agree.md deleted file mode 100644 index c9851a3a..00000000 --- a/.changeset/public-mugs-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -feat: log from, to and raw data in forktests diff --git a/.changeset/purple-trams-sort.md b/.changeset/purple-trams-sort.md deleted file mode 100644 index d33c051a..00000000 --- a/.changeset/purple-trams-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix proposal analyzer render issues with array details diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f38ce2..84d49109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # chainlink-deployments-framework +## 0.74.3 + +### Patch Changes + +- [#660](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/660) [`a8928d5`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/a8928d583390d89d496eb20269ca949bb55a59db) Thanks [@ecPablo](https://github.com/ecPablo)! - fix: avoid loading proposal ctx if the provider is nil + chore: add deprecation warning to mcmsv2 commands + +- [#655](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/655) [`3791c84`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/3791c84cfd90e75e3b60261750e982ea5ac1a22d) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: log from, to and raw data in forktests + +- [#658](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/658) [`504cfaa`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/504cfaa183399c6d86ee4b36d71239518322c8f3) Thanks [@ecPablo](https://github.com/ecPablo)! - fix proposal analyzer render issues with array details + ## 0.74.2 ### Patch Changes diff --git a/package.json b/package.json index 9a085f62..c1d3faaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.74.2", + "version": "0.74.3", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {