Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2020-01-30)

### Bug Fixes

* πŸ› error decoding log events with no topics ([2dad7dc](2dad7dc))
* πŸ› geth node introspection if nodeInfo method is disabled ([e3f04a0](e3f04a0))
  • Loading branch information
semantic-release-bot committed Jan 30, 2020
1 parent 556287b commit 3f8785e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/splunk/splunk-connect-for-ethereum/compare/v1.2.0...v1.2.1) (2020-01-30)

### Bug Fixes

- πŸ› error decoding log events with no topics ([2dad7dc](https://github.com/splunk/splunk-connect-for-ethereum/commit/2dad7dcc9e22ce62082cd4c292019541ba54ab19))
- πŸ› geth node introspection if nodeInfo method is disabled ([e3f04a0](https://github.com/splunk/splunk-connect-for-ethereum/commit/e3f04a00b333576f320996428f874b24851e6b82))

# [1.2.0](https://github.com/splunk/splunk-connect-for-ethereum/compare/v1.1.1...v1.2.0) (2020-01-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@splunk/splunk-connect-for-ethereum",
"description": "Splunk Connect for Ethereum",
"version": "1.2.0",
"version": "1.2.1",
"author": "Splunk",
"bin": {
"ethlogger": "./bin/run"
Expand Down

0 comments on commit 3f8785e

Please sign in to comment.