diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7cf15..3f92db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [0.8.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.7.1...v0.8.0) (2017-07-22) + + + ## [0.7.1](https://github.com/libp2p/js-libp2p-mdns/compare/v0.7.0...v0.7.1) (2017-07-09) diff --git a/package.json b/package.json index 70f22ba..16d0d06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-mdns", - "version": "0.7.1", + "version": "0.8.0", "description": "Node.js libp2p mDNS discovery implementation for peer discovery", "main": "src/index.js", "scripts": {