diff --git a/CHANGELOG.md b/CHANGELOG.md index 573c9fcf..9dad2bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.25.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.25.0...v0.25.1) (2017-11-22) + + +### Features + +* accept flags as an object as well ([8cb9d01](https://github.com/ipfs/js-ipfsd-ctl/commit/8cb9d01)) + + + # [0.25.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.24.1...v0.25.0) (2017-11-22) diff --git a/package.json b/package.json index fa2b2240..d920aac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "0.25.0", + "version": "0.25.1", "description": "simple controls for an ipfs node", "main": "src/index.js", "scripts": {