diff --git a/CHANGELOG.md b/CHANGELOG.md index 607c0d9..a3c91cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.8.3](https://github.com/libp2p/js-libp2p-mplex/compare/v0.8.2...v0.8.3) (2018-11-08) + + +### Bug Fixes + +* muxer.end will no longer hang ([#86](https://github.com/libp2p/js-libp2p-mplex/issues/86)) ([e23cbaf](https://github.com/libp2p/js-libp2p-mplex/commit/e23cbaf)) + + + ## [0.8.2](https://github.com/libp2p/js-libp2p-mplex/compare/v0.8.1...v0.8.2) (2018-10-01) diff --git a/package.json b/package.json index 4607c21..49f773b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-mplex", - "version": "0.8.2", + "version": "0.8.3", "description": "JavaScript implementation of https://github.com/libp2p/mplex", "leadMaintainer": "Vasco Santos ", "main": "src/index.js",