From c4be5eed4b59efa06b44e698d6b9529d44b0d1f1 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Mon, 24 Aug 2020 12:23:18 +0200 Subject: [PATCH] chore: release version v0.5.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9afd57b..c5b3686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.5.0](https://github.com/libp2p/js-interfaces/compare/v0.4.1...v0.5.0) (2020-08-24) + + +### Bug Fixes + +* replace remaining Buffer usage with Uint8Array ([#62](https://github.com/libp2p/js-interfaces/issues/62)) ([4130e7f](https://github.com/libp2p/js-interfaces/commit/4130e7f)) + + +### BREAKING CHANGES + +* records now marshal as Uint8Array instead of Buffer + +* fix: refactor remaining Buffer usage to Uint8Array + + + ## [0.4.1](https://github.com/libp2p/js-interfaces/compare/v0.4.0...v0.4.1) (2020-08-11)