diff --git a/CHANGELOG.md b/CHANGELOG.md index af0920b..f01ec52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.8.1](https://github.com/ipfs/js-libp2p-secio/compare/v0.8.0...v0.8.1) (2017-09-07) + + +### Features + +* replace protocol-buffers with protons ([#93](https://github.com/ipfs/js-libp2p-secio/issues/93)) ([a3e69e8](https://github.com/ipfs/js-libp2p-secio/commit/a3e69e8)) + + + # [0.8.0](https://github.com/ipfs/js-libp2p-secio/compare/v0.7.1...v0.8.0) (2017-09-03) diff --git a/package.json b/package.json index 375f4e3..27e61ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-secio", - "version": "0.8.0", + "version": "0.8.1", "description": "Secio implementation in JavaScript", "main": "src/index.js", "scripts": {