diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6542efd4..e223733b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [0.1.12](https://github.com/anycli/plugin-not-found/compare/f04407596efb636c2a081ef54a4d3403deece519...v0.1.12) (2018-02-02)
+
+
+### Bug Fixes
+
+* bump cache ([e75c5c4](https://github.com/anycli/plugin-not-found/commit/e75c5c4))
+
## [0.1.11](https://github.com/anycli/plugin-not-found/compare/5584f1e2da1595e39109c0c90107ef9aa8a94440...v0.1.11) (2018-02-02)
diff --git a/package.json b/package.json
index 230fecc2..2e0e2026 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/plugin-not-found",
"description": "\"did you mean\" for anycli",
- "version": "0.1.11",
+ "version": "0.1.12",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",