diff --git a/CHANGELOG.md b/CHANGELOG.md index c72b760..f428add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.0.10](https://github.com/ipfs/js-ipfs-mfs/compare/v0.0.9...v0.0.10) (2018-07-03) + + + ## [0.0.9](https://github.com/ipfs/js-ipfs-mfs/compare/v0.0.8...v0.0.9) (2018-07-03) diff --git a/package.json b/package.json index 87823b8..29a58c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-mfs", - "version": "0.0.9", + "version": "0.0.10", "description": "JavaScript implementation of the IPFS Mutable File System", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",