diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe71bc4..b8dadd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.27.3](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.27.2...v0.27.3) (2018-01-30) + + +### Features + +* add passphrase to init options ([#197](https://github.com/ipfs/js-ipfsd-ctl/issues/197)) ([7cf6384](https://github.com/ipfs/js-ipfsd-ctl/commit/7cf6384)) + + + ## [0.27.2](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.27.1...v0.27.2) (2018-01-27) diff --git a/package.json b/package.json index 65db903a..5f103285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "0.27.2", + "version": "0.27.3", "description": "simple controls for an ipfs node", "main": "src/index.js", "scripts": {