From b4c2e489773a58686e8b0c060f61270ddb928fb0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Sep 2022 22:54:15 +0000 Subject: [PATCH] chore(release): 3.5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.5.8](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.7...v3.5.8) (2022-09-23) ### Bug Fixes * 🐛 Upgrade to Node 16 ([373e406](https://github.com/splunk/splunk-connect-for-ethereum/commit/373e406467a44e7faa08533e343e13db114287d3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 357c625..ef74462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.8](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.7...v3.5.8) (2022-09-23) + + +### Bug Fixes + +* 🐛 Upgrade to Node 16 ([373e406](https://github.com/splunk/splunk-connect-for-ethereum/commit/373e406467a44e7faa08533e343e13db114287d3)) + ## [3.5.7](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.5.6...v3.5.7) (2022-09-08) diff --git a/package.json b/package.json index 46983c7..48a49a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@splunkdlt/ethlogger", "description": "Agent to gather information from an Ethereum node - part of Splunk Connect for Ethereum", - "version": "3.5.7", + "version": "3.5.8", "author": "Splunk", "bin": { "ethlogger": "./bin/run"