diff --git a/.changeset/fast-rules-sneeze.md b/.changeset/fast-rules-sneeze.md deleted file mode 100644 index a847e0326..000000000 --- a/.changeset/fast-rules-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(evm): allow gas bumping on contract.NewWrite diff --git a/.changeset/long-times-divide.md b/.changeset/long-times-divide.md deleted file mode 100644 index abfd1e225..000000000 --- a/.changeset/long-times-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"operations-gen": minor ---- - -feat: add deploy_contract_types for same-ABI multi-label deploy diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a96e0b5a..5222ac3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # chainlink-deployments-framework +## 0.113.0 + +### Minor Changes + +- [#1057](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1057) [`5d53085`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/5d530854294614b12fd24c6f7aab2296bafe5b2d) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(evm): allow gas bumping on contract.NewWrite + ## 0.112.0 ### Minor Changes diff --git a/package.json b/package.json index 2b27a69ec..fbb6e8af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.112.0", + "version": "0.113.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": { diff --git a/tools/operations-gen/CHANGELOG.md b/tools/operations-gen/CHANGELOG.md index d89a18ca6..c77f61004 100644 --- a/tools/operations-gen/CHANGELOG.md +++ b/tools/operations-gen/CHANGELOG.md @@ -1,5 +1,11 @@ # operations-gen +## 0.2.0 + +### Minor Changes + +- [#1056](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1056) [`15d3401`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/15d340189a5d3e3b821482bccfc2714ecbc787d5) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: add deploy_contract_types for same-ABI multi-label deploy + ## 0.1.0 ### Minor Changes diff --git a/tools/operations-gen/package.json b/tools/operations-gen/package.json index 3c196306c..12a76f253 100644 --- a/tools/operations-gen/package.json +++ b/tools/operations-gen/package.json @@ -1,6 +1,6 @@ { "name": "operations-gen", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Changesets metadata package for tools/operations-gen Go module" }