From 0882dcea3bccca13fedc12b369303abecc45fdc6 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Tue, 11 Feb 2020 17:15:59 +0100 Subject: [PATCH] chore: release version v0.27.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4f4901..79921c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.27.3](https://github.com/libp2p/js-libp2p/compare/v0.27.2...v0.27.3) (2020-02-11) + + +### Bug Fixes + +* dont allow multiaddr dials without a peer id ([#558](https://github.com/libp2p/js-libp2p/issues/558)) ([a317a8b](https://github.com/libp2p/js-libp2p/commit/a317a8b)) + + + ## [0.27.2](https://github.com/libp2p/js-libp2p/compare/v0.27.1...v0.27.2) (2020-02-05)