diff --git a/extensions/roc-plugin-repo/CHANGELOG.md b/extensions/roc-plugin-repo/CHANGELOG.md
index ad8004c..3916056 100644
--- a/extensions/roc-plugin-repo/CHANGELOG.md
+++ b/extensions/roc-plugin-repo/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+## 0.0.20 (2017-09-07)
+
+
+### Bug Fixes
+
+* Correctly generate changelogs when specifying from ([da54bcd](https://github.com/rocjs/roc-plugin-repo/commit/da54bcd))
+* Display current version for status better ([5cf3e83](https://github.com/rocjs/roc-plugin-repo/commit/5cf3e83))
+* Fix a problem when creating commits in release cmd ([480601b](https://github.com/rocjs/roc-plugin-repo/commit/480601b))
+* Support merge commits in a better way for release ([8155828](https://github.com/rocjs/roc-plugin-repo/commit/8155828))
+* Support Travis when doing automatic releases ([fbf4947](https://github.com/rocjs/roc-plugin-repo/commit/fbf4947))
+
+
+
## 0.0.19 (2017-09-04)
diff --git a/extensions/roc-plugin-repo/package.json b/extensions/roc-plugin-repo/package.json
index def61ab..d519741 100644
--- a/extensions/roc-plugin-repo/package.json
+++ b/extensions/roc-plugin-repo/package.json
@@ -1,6 +1,6 @@
{
"name": "roc-plugin-repo",
- "version": "0.0.19",
+ "version": "0.0.20",
"description": "Roc plugin making it easy to manage JavaScript repositories",
"main": "lib/index.js",
"files": [