diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4f296..4541210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.2.1](https://github.com/libp2p/js-libp2p-websocket-star-rendezvous/compare/v0.2.0...v0.2.1) (2017-11-19) + + +### Bug Fixes + +* Docker cmd - feat: Disable metrics option ([21f95d2](https://github.com/libp2p/js-libp2p-websocket-star-rendezvous/commit/21f95d2)) +* release command ([37e5b1f](https://github.com/libp2p/js-libp2p-websocket-star-rendezvous/commit/37e5b1f)) + + + # [0.2.0](https://github.com/libp2p/js-libp2p-websocket-star-rendezvous/compare/v0.1.2...v0.2.0) (2017-10-28) diff --git a/package.json b/package.json index b72e6e1..fcf6a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websocket-star-rendezvous", - "version": "0.2.0", + "version": "0.2.1", "description": "The rendezvous service for libp2p-websocket-star", "main": "src/index.js", "bin": {