From 7c4cad3785ab59e05fc94faefe4e9759ec48100e Mon Sep 17 00:00:00 2001 From: Sneha Agnihotri Date: Tue, 18 Jun 2024 03:38:49 +0530 Subject: [PATCH] Bump version and update CHANGELOG for custom release branch 2.12.1-starknet Signed-off-by: Sneha Agnihotri --- .changeset/olive-experts-matter.md | 5 ----- .changeset/sharp-plums-punch.md | 5 ----- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/olive-experts-matter.md delete mode 100644 .changeset/sharp-plums-punch.md diff --git a/.changeset/olive-experts-matter.md b/.changeset/olive-experts-matter.md deleted file mode 100644 index cb212f638f4..00000000000 --- a/.changeset/olive-experts-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -#db_update Add account_address_public_key to feeds_manager_chain_configs diff --git a/.changeset/sharp-plums-punch.md b/.changeset/sharp-plums-punch.md deleted file mode 100644 index b5186ecf065..00000000000 --- a/.changeset/sharp-plums-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -Add option to include GasPriceSubunits pipeline to include gasPriceSubunits in median ocr2 transmission (only to be used with Starknet chain for now) #added #nops #updated diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ba043d0ec..72266d59a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog Chainlink Core +## 2.12.1-starknet + +### Changes + +- [#13584](https://github.com/smartcontractkit/chainlink/pull/13584) [`0115ac134d`](https://github.com/smartcontractkit/chainlink/commit/0115ac134d328c0cb702694603a5f8da69e10ef2) Thanks [@augustbleeds](https://github.com/augustbleeds)! - Add option to include GasPriceSubunits pipeline to include gasPriceSubunits in median ocr2 transmission (only to be used with Starknet chain for now) #added #nops #updated + +- [#13584](https://github.com/smartcontractkit/chainlink/pull/13584) [`174befa292`](https://github.com/smartcontractkit/chainlink/commit/174befa292c59d7ad4a9b36ccf63f87af7b4a6ce) Thanks [@augustbleeds](https://github.com/augustbleeds)! - #db_update Add account_address_public_key to feeds_manager_chain_configs + ## 2.12.0 - 2024-06-05 ### Minor Changes @@ -65,7 +73,6 @@ - [#12747](https://github.com/smartcontractkit/chainlink/pull/12747) [`2729ef76f3`](https://github.com/smartcontractkit/chainlink/commit/2729ef76f34877a2e6e8644b2e67f3e5dfb0c2b6) Thanks [@friedemannf](https://github.com/friedemannf)! - Add support for X Layer (X1) #added - - [#12680](https://github.com/smartcontractkit/chainlink/pull/12680) [`f55d8be495`](https://github.com/smartcontractkit/chainlink/commit/f55d8be495a83c97ac5439672563400e12ec2ee7) Thanks [@samsondav](https://github.com/samsondav)! - #added Add configurability to mercury transmitter @@ -93,6 +100,7 @@ ## 2.11.1 - 2024-05-20 ### Patch Changes + - [#13254](https://github.com/smartcontractkit/chainlink/pull/13254) [`c0d201a9a8`](https://github.com/smartcontractkit/chainlink/commit/c0d201a9a85b66718c5102427c34276e0b61c84e) Thanks [@samsondav!] - Fix panic if mercury server returns error #bugfix ## 2.11.0 - 2024-04-30 diff --git a/package.json b/package.json index c903ac23165..98a839b28bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.12.0", + "version": "2.12.1-starknet", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {