From d168c7d53183270b35aee5933699cc26225117f6 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Mon, 5 Oct 2020 16:40:42 +0200 Subject: [PATCH] chore: release version v0.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c666e..3c47648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [0.6.0](https://github.com/libp2p/js-interfaces/compare/v0.5.2...v0.6.0) (2020-10-05) + + +### Features + +* update pubsub getMsgId return type to Uint8Array ([#65](https://github.com/libp2p/js-interfaces/issues/65)) ([e148443](https://github.com/libp2p/js-interfaces/commit/e148443)) + + +### BREAKING CHANGES + +* new getMsgId return type is not backwards compatible with prior `string` +return type. + + + ## [0.5.2](https://github.com/libp2p/js-interfaces/compare/v0.3.1...v0.5.2) (2020-09-30)