diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1fec467..1c6291a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [0.3.7](https://github.com/anycli/plugin-help/compare/2977578c307c7092192179ee73cb1d4b634d8049...v0.3.7) (2018-02-02)
+
+
+### Bug Fixes
+
+* fixed help in CI ([d8df03b](https://github.com/anycli/plugin-help/commit/d8df03b))
+
## [0.3.6](https://github.com/anycli/plugin-help/compare/fc0f0f5b5ae0c36e0409398f361fbab41707e2bb...v0.3.6) (2018-02-02)
diff --git a/package.json b/package.json
index be1c6b86..b1721fb8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/plugin-help",
"description": "standard help for anycli",
- "version": "0.3.6",
+ "version": "0.3.7",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",