diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a32901a..70bb7e0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [0.27.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.27.0...v0.27.1) (2018-01-21)
+
+
+### Bug Fixes
+
+* make sure exec matches the passed node type ([#184](https://github.com/ipfs/js-ipfsd-ctl/issues/184)) ([89e9059](https://github.com/ipfs/js-ipfsd-ctl/commit/89e9059))
+
+
+
# [0.27.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.26.1...v0.27.0) (2018-01-16)
diff --git a/package.json b/package.json
index 27ca2756..5bd4b7fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfsd-ctl",
- "version": "0.27.0",
+ "version": "0.27.1",
"description": "simple controls for an ipfs node",
"main": "src/index.js",
"scripts": {