diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aac12a..21cb85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [8.0.0](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.0) (2020-08-10) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#59](https://github.com/multiformats/js-mafmt/issues/59)) ([022ab87](https://github.com/multiformats/js-mafmt/commit/022ab87)) + + +### BREAKING CHANGES + +* - Now uses a version of `multiaddr` than has a `.bytes` property instead of `.buffer` + + + # [7.1.0](https://github.com/multiformats/js-mafmt/compare/v7.0.1...v7.1.0) (2020-02-06)