From 8669709604b3db0131e2f1ddab6d43d0f956230f Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 26 Sep 2019 11:20:32 +0200 Subject: [PATCH] chore: release version v0.2.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8954a6641..abe575f766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [0.2.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.2.0...v0.2.1) (2019-09-26) + + +### Bug Fixes + +* add gossipsub implementation in README ([2684e36](https://github.com/libp2p/js-libp2p-pubsub/commit/2684e36)) +* typo in README ([929ec61](https://github.com/libp2p/js-libp2p-pubsub/commit/929ec61)) + + +### Features + +* allow inline public keys in messages ([3b3fcea](https://github.com/libp2p/js-libp2p-pubsub/commit/3b3fcea)) + + + # [0.2.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.1.0...v0.2.0) (2019-07-08)