diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb8f8a6..a999a71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.4.0](https://github.com/KnisterPeter/tscodeshift/compare/v0.3.0...v0.4.0) (2017-05-31)
+
+
+### Bug Fixes
+
+* catch more mocha functions ([da4e0cc](https://github.com/KnisterPeter/tscodeshift/commit/da4e0cc))
+
+
+### Features
+
+* add dry and print options to cli ([a1babe5](https://github.com/KnisterPeter/tscodeshift/commit/a1babe5))
+* add support for TypeReferences ([3900bda](https://github.com/KnisterPeter/tscodeshift/commit/3900bda))
+
+
+
# [0.3.0](https://github.com/KnisterPeter/tscodeshift/compare/v0.2.0...v0.3.0) (2017-05-31)
diff --git a/package.json b/package.json
index 822f242..da10f5a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tscodeshift",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "tscodeshift is a toolkit for running codemods over multiple TS files",
"main": "./dist/src/index.js",
"bin": "./dist/src/index.js",