diff --git a/.changeset/fine-cups-battle.md b/.changeset/fine-cups-battle.md deleted file mode 100644 index 985dcc3f0..000000000 --- a/.changeset/fine-cups-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(mcms): select public rpc for fork tests diff --git a/.changeset/tough-starfishes-punch.md b/.changeset/tough-starfishes-punch.md deleted file mode 100644 index 13f3b392d..000000000 --- a/.changeset/tough-starfishes-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(catalog): updates errors in remote implementation diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0871843..08da44a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.60.1 + +### Patch Changes + +- [#553](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/553) [`8d6a9f7`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8d6a9f72b7a32dabf41e744b8f90fcfd55d0c960) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(mcms): select public rpc for fork tests + +- [#551](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/551) [`cf4de66`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/cf4de6687f910b5d2c9f02094414902be4d55644) Thanks [@giogam](https://github.com/giogam)! - fix(catalog): updates errors in remote implementation + ## 0.60.0 ### Minor Changes diff --git a/package.json b/package.json index 5aa66d2e4..0738c56e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.60.0", + "version": "0.60.1", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {