diff --git a/CHANGELOG.md b/CHANGELOG.md index a1747096..1c2a8186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.16.4](https://github.com/libp2p/js-libp2p/compare/v0.16.3...v0.16.4) (2018-02-09) + + + ## [0.16.3](https://github.com/libp2p/js-libp2p/compare/v0.16.2...v0.16.3) (2018-02-08) diff --git a/package.json b/package.json index 9b1e69fd..ff014c16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.16.3", + "version": "0.16.4", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {