diff --git a/.changeset/angry-hounds-roll.md b/.changeset/angry-hounds-roll.md deleted file mode 100644 index 1525ecfb39c..00000000000 --- a/.changeset/angry-hounds-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -debug log additions #internal diff --git a/.changeset/spotty-dryers-refuse.md b/.changeset/spotty-dryers-refuse.md deleted file mode 100644 index a88aad8b09e..00000000000 --- a/.changeset/spotty-dryers-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -revert wsrpc 0.8.1 upgrade back to 0.7.2 #bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 631279fc5c1..edadf05971f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog Chainlink Core +## 2.12.1-mercury - 2024-06-18 + +### Patch Changes + +- [#13595](https://github.com/smartcontractkit/chainlink/pull/13595) [`58f1286245`](https://github.com/smartcontractkit/chainlink/commit/58f12862452bbcb366ed9bedab2645da2185c365) Thanks [@akuzni2](https://github.com/akuzni2)! - debug log additions #internal + +- [#13587](https://github.com/smartcontractkit/chainlink/pull/13587) [`74a4d16c72`](https://github.com/smartcontractkit/chainlink/commit/74a4d16c72d1578914bf1478649f281b14df4fb4) Thanks [@akuzni2](https://github.com/akuzni2)! - revert wsrpc 0.8.1 upgrade back to 0.7.2 #bugfix + ## 2.12.1 - 2024-06-06 ### Patch Changes diff --git a/package.json b/package.json index 92e54614598..3965a1c2c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.12.1", + "version": "2.12.1-mercury-06182024", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {