From d8f7774277394fa88305eb8ad1117088a61aad0b Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 20 Sep 2019 12:57:34 +0200 Subject: [PATCH] chore: release version v0.8.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdc1c2..178d557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.8.0](https://github.com/libp2p/interface-stream-muxer/compare/v0.7.0...v0.8.0) (2019-09-20) + + +### Features + +* add onStreamEnd, muxer.streams and timeline ([#56](https://github.com/libp2p/interface-stream-muxer/issues/56)) ([0f60832](https://github.com/libp2p/interface-stream-muxer/commit/0f60832)) + + +### BREAKING CHANGES + +* This adds new validations to the stream muxer, which will cause existing tests to fail. + + + # [0.7.0](https://github.com/libp2p/interface-stream-muxer/compare/v0.6.0...v0.7.0) (2019-09-16)