From a9e116eec8de6c935f1242442afc79b5dbd16981 Mon Sep 17 00:00:00 2001 From: chainchad <96362174+chainchad@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:13:39 -0400 Subject: [PATCH] Bump version and update CHANGELOG fore core v2.17.1 Signed-off-by: chainchad <96362174+chainchad@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a09677ba7..67c4e4b433f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog Chainlink Core +## 2.17.1 + +### Minor Changes + ## 2.17.0 - 2024-10-10 ### Minor Changes diff --git a/package.json b/package.json index 0382ca4e5cb..2ceae27703e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.17.0", + "version": "2.17.1", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": { @@ -26,4 +26,4 @@ "@changesets/cli": "~2.26.2", "semver": "^7.6.3" } -} \ No newline at end of file +}