Skip to content

Commit 0073aa9

Browse files
Bump version and update CHANGELOG for v2.44.0
1 parent b3f5ffd commit 0073aa9

7 files changed

Lines changed: 17 additions & 26 deletions

.changeset/confidential-workflow-execution.md

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

.changeset/cw-fetcher-and-system-tests.md

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

.changeset/gold-kites-bake.md

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

.changeset/minor-bump-1776191418.md

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

.changeset/remove-binary-url-resolver.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.44.0
4+
5+
### Minor Changes
6+
7+
- [#22043](https://github.com/smartcontractkit/chainlink/pull/22043) [`6c93c02`](https://github.com/smartcontractkit/chainlink/commit/6c93c029a545e4c1ab9c884ef5e96399b010db1b) - Wire confidential relay service into CRE startup #added
8+
9+
- [#22014](https://github.com/smartcontractkit/chainlink/pull/22014) [`877e469`](https://github.com/smartcontractkit/chainlink/commit/877e46974b2b3453a650dd35846f2972a0262bd9) - Minor bump to start next version
10+
11+
### Patch Changes
12+
13+
- [#22044](https://github.com/smartcontractkit/chainlink/pull/22044) [`de6ecbc`](https://github.com/smartcontractkit/chainlink/commit/de6ecbc8a15c06800706710c1f59cc970cafb631) - Support HTTP URLs in file fetcher for local confidential workflow testing, add system-test instrumentation #changed
14+
15+
- [#22084](https://github.com/smartcontractkit/chainlink/pull/22084) [`290a3e1`](https://github.com/smartcontractkit/chainlink/commit/290a3e1f46b6bdb2648f1ffeec3e43472a0b9203) - Deprecate InsecurePPROFHeap setting. Remove limitation.
16+
17+
- [#22045](https://github.com/smartcontractkit/chainlink/pull/22045) [`bd5e9a8`](https://github.com/smartcontractkit/chainlink/commit/bd5e9a85f258fa69638ef0986c235d1155d7fa98) - Remove unused BinaryURLResolver from ConfidentialModule (PRIV-389 credentials sidecar)
18+
319
## 2.43.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.43.0",
3+
"version": "2.44.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)