diff --git a/.changeset/eighty-hotels-sit.md b/.changeset/eighty-hotels-sit.md deleted file mode 100644 index e83b70c7695..00000000000 --- a/.changeset/eighty-hotels-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -Fix panic if mercury server returns error #bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b767f6973d..e2b70dcd838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog Chainlink Core +## 2.11.1 + +### Patch Changes + +- [#13254](https://github.com/smartcontractkit/chainlink/pull/13254) [`c0d201a9a8`](https://github.com/smartcontractkit/chainlink/commit/c0d201a9a85b66718c5102427c34276e0b61c84e) Thanks [@samsondav](https://github.com/samsondav)! - Fix panic if mercury server returns error #bugfix ## 2.11.0 - 2024-04-30 diff --git a/package.json b/package.json index 8ec8161f573..ee7878c0460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.11.0", + "version": "2.11.1", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "private": true,