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-automation #13499

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
6 changes: 0 additions & 6 deletions .changeset/funny-monkeys-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-tips-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-apes-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-pianos-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-weeks-kneel.md

This file was deleted.

20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog Chainlink Core

## 2.12.1-automation

### Patch Changes

- [#13486](https://github.com/smartcontractkit/chainlink/pull/13486) [`d87b24c00d`](https://github.com/smartcontractkit/chainlink/commit/d87b24c00dcd86a22fb84d6b18cd3a71f54b3c5f) Thanks [@infiloop2](https://github.com/infiloop2)! - #changed:
AUTO-10539: adjust logging for offchain config and gas control

- [#13486](https://github.com/smartcontractkit/chainlink/pull/13486) [`d87b24c00d`](https://github.com/smartcontractkit/chainlink/commit/d87b24c00dcd86a22fb84d6b18cd3a71f54b3c5f) Thanks [@infiloop2](https://github.com/infiloop2)! - #added
compare user-defined max gas price with current gas price in automation simulation pipeline

- [#13486](https://github.com/smartcontractkit/chainlink/pull/13486) [`d87b24c00d`](https://github.com/smartcontractkit/chainlink/commit/d87b24c00dcd86a22fb84d6b18cd3a71f54b3c5f) Thanks [@infiloop2](https://github.com/infiloop2)! - #bugfix
fix an automation smoke test flake

- [#13486](https://github.com/smartcontractkit/chainlink/pull/13486) [`d87b24c00d`](https://github.com/smartcontractkit/chainlink/commit/d87b24c00dcd86a22fb84d6b18cd3a71f54b3c5f) Thanks [@infiloop2](https://github.com/infiloop2)! - #added
pass a gas estimator to registry 2.1 pipeline

- [#13486](https://github.com/smartcontractkit/chainlink/pull/13486) [`d87b24c00d`](https://github.com/smartcontractkit/chainlink/commit/d87b24c00dcd86a22fb84d6b18cd3a71f54b3c5f) Thanks [@infiloop2](https://github.com/infiloop2)! - #added an integration test for max gas price check

## 2.12.0 - 2024-06-05

### Minor Changes
Expand Down Expand Up @@ -65,7 +83,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 +110,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-automation",
"description": "node of the decentralized oracle network, bridging on and off-chain computation",
"main": "index.js",
"scripts": {
Expand Down
Loading