From 823c776b9629b8d7a48d325b2331291f1805f263 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Thu, 15 Nov 2018 13:38:18 +0100 Subject: [PATCH] chore: release version v0.41.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff3fc1..f3a7b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [0.41.2](https://github.com/libp2p/js-libp2p-switch/compare/v0.41.1...v0.41.2) (2018-11-15) + + +### Bug Fixes + +* dont dial an address that we have ([f406dd5](https://github.com/libp2p/js-libp2p-switch/commit/f406dd5)) +* ensure circuit listens last on start ([7697281](https://github.com/libp2p/js-libp2p-switch/commit/7697281)) +* improve connection closing and error handling ([#285](https://github.com/libp2p/js-libp2p-switch/issues/285)) ([e757cf6](https://github.com/libp2p/js-libp2p-switch/commit/e757cf6)) + + + ## [0.41.1](https://github.com/libp2p/js-libp2p-switch/compare/v0.41.0...v0.41.1) (2018-10-24)