Skip to content

Commit f6ec944

Browse files
Bump version to v2.40.0 for next release cycle (#21679)
* Bump version and update CHANGELOG for v2.40.0 (cherry picked from commit cceb6c3) * Add minor changeset for next release cycle --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c8eae7 commit f6ec944

6 files changed

Lines changed: 15 additions & 16 deletions

File tree

.changeset/bright-pens-glow.md

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

.changeset/fresh-cakes-hit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

.changeset/sour-sharks-aid.md

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

CHANGELOG.md

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

3+
## 2.40.0
4+
5+
### Minor Changes
6+
7+
- [#21566](https://github.com/smartcontractkit/chainlink/pull/21566) [`540693c`](https://github.com/smartcontractkit/chainlink/commit/540693cc71f44ccfcb89f36c959890fd5cf324fa) - Minor bump to start next version
8+
9+
### Patch Changes
10+
11+
- [#21643](https://github.com/smartcontractkit/chainlink/pull/21643) [`e034db3`](https://github.com/smartcontractkit/chainlink/commit/e034db36cc3a02a79aec1a3b44ccc71ddc2f21ed) - #added Add ListPendingJobProposals and ApproveJobProposalByID to the GQL SDK Client
12+
13+
- [#21550](https://github.com/smartcontractkit/chainlink/pull/21550) [`6ed0e26`](https://github.com/smartcontractkit/chainlink/commit/6ed0e268f955a20b38a0c052efd2acac07c798c2) - #changed Bumps the chainlink-ccip reference and replaces all references to `latest` with version-locked imports
14+
15+
- [#21604](https://github.com/smartcontractkit/chainlink/pull/21604) [`4561cb7`](https://github.com/smartcontractkit/chainlink/commit/4561cb741754d00b2910599952ef5e1a5abde45c) - #added Emit gas-related metrics through Beholder
16+
317
## 2.39.0
418

519
### 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.39.0",
3+
"version": "2.40.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)