From 803164dd7179f60f9c21f9fc05237be191e2edda Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Fri, 10 May 2019 13:27:21 +0200 Subject: [PATCH] chore: release version v0.17.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7fe58..945ca45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [0.17.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.16.0...v0.17.0) (2019-05-10) + + +### Bug Fixes + +* **package:** update cids to version 0.7.0 ([2afca2c](https://github.com/ipld/js-ipld-dag-pb/commit/2afca2c)) + + +### BREAKING CHANGES + +* **package:** Returned v1 CIDs now default to base32 encoding + +Previous versions returned a base58 encoded string when `toString()`/ +`toBaseEncodedString()` was called on a CIDv1. It now returns a base32 +encoded string. + + + # [0.16.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.15.3...v0.16.0) (2019-05-08)