Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version and update CHANGELOG for custom release branch 2.12.1-starknet #13597

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/olive-experts-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-plums-punch.md

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading