Skip to content

Commit 0c3919a

Browse files
Bump version to v2.36.0 for next release cycle (#21294)
* Bump version and update CHANGELOG for v2.36.0 (cherry picked from commit e62a4bc) * Add minor changeset for next release cycle --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b5d1ab2 commit 0c3919a

File tree

7 files changed

+17
-25
lines changed

7 files changed

+17
-25
lines changed

.changeset/fix-evm-revert-status-1771384563.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#internal
2-
31
---
42
"chainlink": minor
53
---

.changeset/puny-pots-sip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-paths-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-roses-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog Chainlink Core
22

3+
## 2.36.0
4+
5+
### Minor Changes
6+
7+
- [#21208](https://github.com/smartcontractkit/chainlink/pull/21208) [`140625e`](https://github.com/smartcontractkit/chainlink/commit/140625edee02df6a608178b166e72cf2bd8a14a1) - Minor bump to start next version
8+
9+
### Patch Changes
10+
11+
- [#21220](https://github.com/smartcontractkit/chainlink/pull/21220) [`d5f838f`](https://github.com/smartcontractkit/chainlink/commit/d5f838f2b46c5ac2b0c152e7b23f875a3d741816) - Fix EVMService.SubmitTransaction to return TxReverted when receipt status is 0 (reverted), instead of always returning TxSuccess. This resolves OCR consensus failures on Polygon WriteReport where DON nodes returned inconsistent results for reverted transactions.
12+
13+
- [#18882](https://github.com/smartcontractkit/chainlink/pull/18882) [`de0dfd6`](https://github.com/smartcontractkit/chainlink/commit/de0dfd67feb23e5c8504fa32e23ad526ebcaa3a4) - #updated Update Aptos deployment ops to support new OnRamp bindings.
14+
15+
- [#21275](https://github.com/smartcontractkit/chainlink/pull/21275) [`ce46b0b`](https://github.com/smartcontractkit/chainlink/commit/ce46b0b4081cf8408f12fdac90df86c68b63b842) - Bump dependency of chainlink-evm #internal
16+
17+
- [#21237](https://github.com/smartcontractkit/chainlink/pull/21237) [`0ec7a41`](https://github.com/smartcontractkit/chainlink/commit/0ec7a41d4678a438a62886acbe87399339ab6bf9) - #updated In llo observation loop ensure that the Pipeline streams are extracted atomically
18+
319
## 2.35.0
420

521
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainlink",
3-
"version": "2.35.0",
3+
"version": "2.36.0",
44
"description": "node of the decentralized oracle network, bridging on and off-chain computation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)