diff --git a/CHANGELOG.md b/CHANGELOG.md index a8eebdb..ce8f2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [1.0.0](https://github.com/ipfs/js-datastore-s3/compare/v0.3.0...v1.0.0) (2020-05-08) + + +### Bug Fixes + +* **ci:** add empty commit to fix lint checks on master ([4251456](https://github.com/ipfs/js-datastore-s3/commit/4251456)) + + +### Features + +* adds interface-datastore streaming api ([6c74394](https://github.com/ipfs/js-datastore-s3/commit/6c74394)) + + + # [0.3.0](https://github.com/ipfs/js-datastore-s3/compare/v0.2.4...v0.3.0) (2019-08-15)