diff --git a/.changeset/mighty-chicken-end.md b/.changeset/mighty-chicken-end.md deleted file mode 100644 index edf0b0860..000000000 --- a/.changeset/mighty-chicken-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -Changed TON chain client type, use retry strategy diff --git a/.changeset/ninety-humans-dig.md b/.changeset/ninety-humans-dig.md deleted file mode 100644 index d4edc0d40..000000000 --- a/.changeset/ninety-humans-dig.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Bump `go-ethereum` to v1.17.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8ecda82..3defbc0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # chainlink-deployments-framework +## 0.82.0 + +### Minor Changes + +- [#761](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/761) [`3f9ccf1`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/3f9ccf1aba64ed74cb742f392061e5d6cd941dc5) Thanks [@krebernisak](https://github.com/krebernisak)! - Changed TON chain client type, use retry strategy + +### Patch Changes + +- [#758](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/758) [`b35d411`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/b35d411da4d0276113e1a4e5da9a75f881589ea8) Thanks [@jkongie](https://github.com/jkongie)! - Bump `go-ethereum` to v1.17.0 + ## 0.81.2 ### Patch Changes diff --git a/package.json b/package.json index 1a7433c20..b151cc4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.81.2", + "version": "0.82.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {