diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c6291a5..583b2e0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+# [0.4.0](https://github.com/anycli/plugin-help/compare/d8df03bee99d520c51bf1754c00ed084b6a01170...v0.4.0) (2018-02-02)
+
+
+### Features
+
+* show default flag/arg values ([7bedad5](https://github.com/anycli/plugin-help/commit/7bedad5))
+
## [0.3.7](https://github.com/anycli/plugin-help/compare/2977578c307c7092192179ee73cb1d4b634d8049...v0.3.7) (2018-02-02)
diff --git a/package.json b/package.json
index cdc3d6be..74e33b79 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/plugin-help",
"description": "standard help for anycli",
- "version": "0.3.7",
+ "version": "0.4.0",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",