From bacced46c189d418641bebecd718cc40b67eba5a Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 29 Jul 2020 16:37:41 +0200 Subject: [PATCH] chore: release version v0.8.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fa2f0..f9fad67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.8.0](https://github.com/libp2p/js-libp2p-record/compare/v0.7.3...v0.8.0) (2020-07-29) + + +### Bug Fixes + +* support uint8arrays in place of node buffers ([#23](https://github.com/libp2p/js-libp2p-record/issues/23)) ([3b99ee1](https://github.com/libp2p/js-libp2p-record/commit/3b99ee1)) + + +### BREAKING CHANGES + +* takes Uint8Arrays as well as Node Buffers + + + ## [0.7.3](https://github.com/libp2p/js-libp2p-record/compare/v0.7.2...v0.7.3) (2020-04-27)