diff --git a/.changeset/fuzzy-mice-arrive.md b/.changeset/fuzzy-mice-arrive.md deleted file mode 100644 index d6dcdc55..00000000 --- a/.changeset/fuzzy-mice-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(network): stop loading all yamls in .config diff --git a/.changeset/upset-numbers-sip.md b/.changeset/upset-numbers-sip.md deleted file mode 100644 index 2e868b4b..00000000 --- a/.changeset/upset-numbers-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Bump CTF to v0.13.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9d7f3b..7d815c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.76.1 + +### Patch Changes + +- [#686](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/686) [`1c0ef79`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/1c0ef79a820f2f15f67917073230914cde13a46a) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(network): stop loading all yamls in .config + +- [#687](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/687) [`4f51470`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4f5147096fe6eb583225637a20987ffec0f07820) Thanks [@friedemannf](https://github.com/friedemannf)! - Bump CTF to v0.13.9 + ## 0.76.0 ### Minor Changes diff --git a/package.json b/package.json index e55be8f8..81f85dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.76.0", + "version": "0.76.1", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {