Skip to content

Commit

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

### Bug Fixes

* πŸ› improved debug logging for ABI repository ([1948fcb](1948fcb))

### Features

* 🎸 support for quorum nodes with raft consensus ([e2186e2](e2186e2))
  • Loading branch information
semantic-release-bot committed Jan 16, 2020
1 parent 23891d1 commit 3af2a9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.2.0](https://github.com/splunk/splunk-connect-for-ethereum/compare/v1.1.1...v1.2.0) (2020-01-16)

### Bug Fixes

- πŸ› improved debug logging for ABI repository ([1948fcb](https://github.com/splunk/splunk-connect-for-ethereum/commit/1948fcbe00ccead37578f4c7e7a978879680f8e1))

### Features

- 🎸 support for quorum nodes with raft consensus ([e2186e2](https://github.com/splunk/splunk-connect-for-ethereum/commit/e2186e28985f25a19469219ea97423119faa16ef))

## [1.1.1](https://github.com/splunk/splunk-connect-for-ethereum/compare/v1.1.0...v1.1.1) (2020-01-10)

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

0 comments on commit 3af2a9c

Please sign in to comment.