diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd26e627..41b2cf19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [0.31.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.30.4...v0.31.0) (2018-03-27)
+
+
+### Features
+
+* upgrade to go-ipfs-0.4.14 ([77b4cd9](https://github.com/ipfs/js-ipfsd-ctl/commit/77b4cd9))
+
+
+
## [0.30.4](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.30.3...v0.30.4) (2018-03-21)
diff --git a/package.json b/package.json
index a14007b0..85f8469a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfsd-ctl",
- "version": "0.30.4",
+ "version": "0.31.0",
"description": "Spawn IPFS Daemons, JS or Go",
"main": "src/index.js",
"scripts": {