diff --git a/.changeset/sour-knives-join.md b/.changeset/sour-knives-join.md deleted file mode 100644 index ee2bd416..00000000 --- a/.changeset/sour-knives-join.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(jd): new mapper function for chain family - -Maps JD proto ChainType to the chain selector family string diff --git a/.changeset/thirty-flowers-sleep.md b/.changeset/thirty-flowers-sleep.md deleted file mode 100644 index cd5b2eeb..00000000 --- a/.changeset/thirty-flowers-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(pipeline): remove support for object format for payload in input yaml file diff --git a/.changeset/witty-banks-fetch.md b/.changeset/witty-banks-fetch.md deleted file mode 100644 index 881d76e5..00000000 --- a/.changeset/witty-banks-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(operations): introduce RegisterOperationRelaxed diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d88656c..4c34744f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # chainlink-deployments-framework +## 0.73.0 + +### Minor Changes + +- [#647](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/647) [`e76e685`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/e76e685b8885108f6de1cd2e1d0aed9aa238a2d4) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(jd): new mapper function for chain family + + Maps JD proto ChainType to the chain selector family string + +- [#637](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/637) [`fba3c78`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/fba3c78eee1ace74883373a114e202dc65ca7063) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(operations): introduce RegisterOperationRelaxed + +### Patch Changes + +- [#639](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/639) [`724f6f9`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/724f6f9d9d38a534c4b6ca386db506c3b4ec1fc6) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(pipeline): remove support for object format for payload in input yaml file + ## 0.72.0 ### Minor Changes diff --git a/package.json b/package.json index df63547a..342519a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.72.0", + "version": "0.73.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {