diff --git a/CHANGELOG.md b/CHANGELOG.md index d675a28..6582e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.9.4](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.3...v0.9.4) (2018-03-28) + + +### Bug Fixes + +* pass the handshake failure on ([6d09b47](https://github.com/ipfs/js-libp2p-secio/commit/6d09b47)) + + + ## [0.9.3](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.2...v0.9.3) (2018-02-27) diff --git a/package.json b/package.json index d6cb063..b5e7154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-secio", - "version": "0.9.3", + "version": "0.9.4", "description": "Secio implementation in JavaScript", "main": "src/index.js", "scripts": {