From 14d09970cae6935f04bb8d06f31fd0f1ca3f8d53 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 3 Nov 2020 18:26:50 +0100 Subject: [PATCH] chore: release version v0.7.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c47648..c3b1511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [0.7.0](https://github.com/libp2p/js-interfaces/compare/v0.5.2...v0.7.0) (2020-11-03) + + +### Features + +* pubsub: add global signature policy ([#66](https://github.com/libp2p/js-interfaces/issues/66)) ([946b046](https://github.com/libp2p/js-interfaces/commit/946b046)) +* 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 + +* `signMessages` and `strictSigning` pubsub configuration options replaced +with a `globalSignaturePolicy` option +* new getMsgId return type is not backwards compatible with prior `string` +return type. + + + # [0.6.0](https://github.com/libp2p/js-interfaces/compare/v0.5.2...v0.6.0) (2020-10-05)