diff --git a/CHANGELOG.md b/CHANGELOG.md index 7843a38..cdbaf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.4.0](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.3.1...v3.4.0) (2021-12-13) + + +### Bug Fixes + +* 🐛 Distinguish token index from splunk index ([81b7179](https://github.com/splunk/splunk-connect-for-ethereum/commit/81b7179a230d2e6c6feb94d414c412c65bb65c0d)) + + +### Features + +* 🎸 Add transactionHash to NFT payload ([1741444](https://github.com/splunk/splunk-connect-for-ethereum/commit/1741444687e971e3d922dd4648a4a4379e0f7866)) + ## [3.3.1](https://github.com/splunk/splunk-connect-for-ethereum/compare/v3.3.0...v3.3.1) (2021-12-02) diff --git a/package.json b/package.json index 226a060..ca50203 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.3.1", + "version": "3.4.0", "author": "Splunk", "bin": { "ethlogger": "./bin/run"