Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.7...v2.1.0) (2020-07-08)

### Bug Fixes

* πŸ› avoid bigint overflow when parsing gas related info ([c743bbb](c743bbb)), closes [#53](#53)

### Features

* 🎸 New config paramter to skip contract match requirement ([29403f4](29403f4))
* 🎸 New debug mode to determine contract info ([465efdd](465efdd))
  • Loading branch information
semantic-release-bot committed Jul 8, 2020
1 parent 0b1dc81 commit 1bc0ac5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/splunk/splunk-connect-for-ethereum/compare/v2.0.7...v2.1.0) (2020-07-08)


### Bug Fixes

* πŸ› avoid bigint overflow when parsing gas related info ([c743bbb](https://github.com/splunk/splunk-connect-for-ethereum/commit/c743bbb4f16a60b4c9305abcac10932d89784e87)), closes [#53](https://github.com/splunk/splunk-connect-for-ethereum/issues/53)


### Features

* 🎸 New config paramter to skip contract match requirement ([29403f4](https://github.com/splunk/splunk-connect-for-ethereum/commit/29403f402ba10b1411dc9297b409d4b648964fc0))
* 🎸 New debug mode to determine contract info ([465efdd](https://github.com/splunk/splunk-connect-for-ethereum/commit/465efdd16c2e1a5991916bd9c6ef23089639b252))

## [2.0.7](https://github.com/splunk/splunk-connect-for-ethereum/compare/v2.0.6...v2.0.7) (2020-05-08)

### 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": "2.0.7",
"version": "2.1.0",
"author": "Splunk",
"bin": {
"ethlogger": "./bin/run"
Expand Down

0 comments on commit 1bc0ac5

Please sign in to comment.