From 1aaccc3aa62897b31e32586dcaeaa47788077f52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Dec 2021 18:20:03 +0000 Subject: [PATCH] chore(release): 3.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.5.0](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.4.1...v3.5.0) (2021-12-15) ### Features * 🎸 Log Ethereum balance of token transfers and NFTs ([4b018c0](https://github.com/splunk/splunk-connect-for-ethereum/commit/4b018c0848cae19828f8d8b3edd2ec4ebe6003f2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae8ec0..bf27587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.5.0](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.4.1...v3.5.0) (2021-12-15) + + +### Features + +* 🎸 Log Ethereum balance of token transfers and NFTs ([4b018c0](https://github.com/splunk/splunk-connect-for-ethereum/commit/4b018c0848cae19828f8d8b3edd2ec4ebe6003f2)) + ## [3.4.1](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.4.0...v3.4.1) (2021-12-14) diff --git a/package.json b/package.json index c9be7e3..532a93d 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.4.1", + "version": "3.5.0", "author": "Splunk", "bin": { "ethlogger": "./bin/run"