From d7eb0e8ffb15e207a8a6062e292a3b5babf35a9e Mon Sep 17 00:00:00 2001 From: achingbrain Date: Sun, 12 Jan 2020 09:31:31 +0100 Subject: [PATCH] chore: release version v41.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6712433..50a33bbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +# [41.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v40.2.1...v41.0.0) (2020-01-12) + + +### Bug Fixes + +* return CIDs from files.flush ([#1216](https://github.com/ipfs/js-ipfs-http-client/issues/1216)) ([13f8d7a](https://github.com/ipfs/js-ipfs-http-client/commit/13f8d7a)) + + +### Code Refactoring + +* removes format option ([#1218](https://github.com/ipfs/js-ipfs-http-client/issues/1218)) ([4ef26cd](https://github.com/ipfs/js-ipfs-http-client/commit/4ef26cd)) + + +### BREAKING CHANGES + +* `format` option is no longer supported as everything is `dag-pb` all +of the time. + +Follows on from https://github.com/ipfs/js-ipfs-mfs/pull/69 + + + ## [40.2.1](https://github.com/ipfs/js-ipfs-http-client/compare/v40.2.0...v40.2.1) (2020-01-09)