diff --git a/.changeset/long-ants-give.md b/.changeset/long-ants-give.md deleted file mode 100644 index cfe6117da09..00000000000 --- a/.changeset/long-ants-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -#updated #nops Updated documentation for SVR multiplexing and CustomURLs configuration. diff --git a/.changeset/minor-bump-1781640029.md b/.changeset/minor-bump-1782240200.md similarity index 100% rename from .changeset/minor-bump-1781640029.md rename to .changeset/minor-bump-1782240200.md diff --git a/.changeset/stale-ducks-boil.md b/.changeset/stale-ducks-boil.md deleted file mode 100644 index 55c4ea614e0..00000000000 --- a/.changeset/stale-ducks-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -Use updated arbitrum gas estimator with refresh interval: 10s -> 2s and gas bump 1.5x -> 1.9x #changed diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb21607d57..41cc049cc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog Chainlink Core +## 2.53.0 + +### Minor Changes + +- [#22864](https://github.com/smartcontractkit/chainlink/pull/22864) [`a21c4d7`](https://github.com/smartcontractkit/chainlink/commit/a21c4d7cb8487235b47efe196da5c73cf1e1a8f2) - Minor bump to start next version + +### Patch Changes + +- [#22306](https://github.com/smartcontractkit/chainlink/pull/22306) [`fe0013a`](https://github.com/smartcontractkit/chainlink/commit/fe0013aa56fcbd272ca9d1fae68e6d2a608d347d) - #updated #nops Updated documentation for SVR multiplexing and CustomURLs configuration. + +- [#22892](https://github.com/smartcontractkit/chainlink/pull/22892) [`5481a58`](https://github.com/smartcontractkit/chainlink/commit/5481a58f29aaa0e4986abce898a6312072e18f0d) - Use updated arbitrum gas estimator with refresh interval: 10s -> 2s and gas bump 1.5x -> 1.9x #changed + ## 2.52.0 ### Minor Changes diff --git a/package.json b/package.json index 3817804df19..9abe1c4a59c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.52.0", + "version": "2.53.0", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {