diff --git a/CHANGELOG.md b/CHANGELOG.md index 402d39bf..850796e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.36.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.35.0...v0.36.0) (2018-05-17) + + +### Features + +* use go-ipfs 0.4.15 ([4bd2535](https://github.com/ipfs/js-ipfsd-ctl/commit/4bd2535)) + + + # [0.35.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.34.0...v0.35.0) (2018-05-17) diff --git a/package.json b/package.json index 9abf0bb3..34737969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "0.35.0", + "version": "0.36.0", "description": "Spawn IPFS Daemons, JS or Go", "leadMaintainer": "Vasco Santos ", "main": "src/index.js",