From 866e5a6cc0a02645666708484c1235fa0fdc62e5 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Wed, 10 Apr 2019 19:25:59 +0200 Subject: [PATCH] chore: release version v0.42.8 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 721e21f..8049dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [0.42.8](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.7...v0.42.8) (2019-04-10) + + +### Bug Fixes + +* dial self ([#329](https://github.com/libp2p/js-libp2p-switch/issues/329)) ([4862c48](https://github.com/libp2p/js-libp2p-switch/commit/4862c48)) + + +### Features + +* support a priority queue for dials ([#325](https://github.com/libp2p/js-libp2p-switch/issues/325)) ([0357bf2](https://github.com/libp2p/js-libp2p-switch/commit/0357bf2)) + + + ## [0.42.7](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.6...v0.42.7) (2019-04-04)