diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86b7f1d1..ca55429f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.1.8](https://github.com/anycli/config/compare/a436947f7dd537282934b1398b952102762fb1de...v1.1.8) (2018-02-05)
+
+
+### Bug Fixes
+
+* rethrow cli-ux errors ([23c3d2f](https://github.com/anycli/config/commit/23c3d2f))
+
## [1.1.7](https://github.com/anycli/config/compare/6ce0cdd5fcb876c4f2cb869b350f499784494d5d...v1.1.7) (2018-02-05)
diff --git a/package.json b/package.json
index 96e53777..4796e05b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/config",
"description": "base config object and standard interfaces for anycli components",
- "version": "1.1.7",
+ "version": "1.1.8",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/config/issues",
"dependencies": {},