From c6e54dd704336638cb1fb437cd0891bb569087e9 Mon Sep 17 00:00:00 2001 From: chainlink-releases-bot Date: Tue, 23 Jun 2026 18:41:46 +0000 Subject: [PATCH 1/2] Bump version and update CHANGELOG for v2.53.0 (cherry picked from commit 6816929f2b065e4e4e74e2aa70f23f248fd69a91) --- .changeset/long-ants-give.md | 5 ----- .changeset/minor-bump-1781640029.md | 5 ----- .changeset/stale-ducks-boil.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/long-ants-give.md delete mode 100644 .changeset/minor-bump-1781640029.md delete mode 100644 .changeset/stale-ducks-boil.md 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-1781640029.md deleted file mode 100644 index cd0ab0f3f81..00000000000 --- a/.changeset/minor-bump-1781640029.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -Minor bump to start next version 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": { From bdfc72737947e47a871d0f29adf271814330b512 Mon Sep 17 00:00:00 2001 From: chainlink-releases-bot Date: Tue, 23 Jun 2026 18:43:20 +0000 Subject: [PATCH 2/2] Add minor changeset for next release cycle --- .changeset/minor-bump-1782240200.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/minor-bump-1782240200.md diff --git a/.changeset/minor-bump-1782240200.md b/.changeset/minor-bump-1782240200.md new file mode 100644 index 00000000000..cd0ab0f3f81 --- /dev/null +++ b/.changeset/minor-bump-1782240200.md @@ -0,0 +1,5 @@ +--- +"chainlink": minor +--- + +Minor bump to start next version