diff --git a/CHANGELOG.md b/CHANGELOG.md
index d803e5aa..cf9cd7e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.2.2](https://github.com/anycli/config/compare/4297d2a41f6a9581c9183f662ce5f89602822cf4...v1.2.2) (2018-02-05)
+
+
+### Bug Fixes
+
+* export ExitError ([0464eed](https://github.com/anycli/config/commit/0464eed))
+
## [1.2.1](https://github.com/anycli/config/compare/c287a0ea59fa9c7d37d1490dfa36e252cf367c92...v1.2.1) (2018-02-05)
diff --git a/package.json b/package.json
index 1a277a15..001c4204 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.2.1",
+ "version": "1.2.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/config/issues",
"dependencies": {},