Skip to content

Commit cb5fc5b

Browse files
Bump version and update CHANGELOG for v2.37.0
1 parent 6520448 commit cb5fc5b

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/minor-bump-1771959899.md

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

.changeset/weak-mice-jam.md

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

CHANGELOG.md

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

3+
## 2.37.0
4+
5+
### Minor Changes
6+
7+
- [#21294](https://github.com/smartcontractkit/chainlink/pull/21294) [`0c3919a`](https://github.com/smartcontractkit/chainlink/commit/0c3919a85046f3a172cef8496ebb4513a3432505) - Minor bump to start next version
8+
9+
- [#21354](https://github.com/smartcontractkit/chainlink/pull/21354) [`5f3b013`](https://github.com/smartcontractkit/chainlink/commit/5f3b0136b2a95a7b60e4ef1d964335a5a58bbb1e) - Introduces bundling for SVR (It's not enabled by default) #added
10+
311
## 2.36.0
412

513
### 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.36.0",
3+
"version": "2.37.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)