diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e646a6f..c16d3607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.14.0](https://github.com/libp2p/js-libp2p/compare/v0.13.3...v0.14.0) (2017-12-14) + + +### Bug Fixes + +* remove innactive multiaddrs ([#131](https://github.com/libp2p/js-libp2p/issues/131)) ([1b7360f](https://github.com/libp2p/js-libp2p/commit/1b7360f)) + + + ## [0.13.3](https://github.com/libp2p/js-libp2p/compare/v0.13.2...v0.13.3) (2017-12-01) diff --git a/package.json b/package.json index f00f817b..6f83efdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.13.3", + "version": "0.14.0", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {