diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f59b19..91f202d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [3.2.6](https://github.com/anycli/parser/compare/15bb0d0e7ac8d7b933f3a6731f3988ae5786e129...v3.2.6) (2018-02-06)
+
+
+### Bug Fixes
+
+* use [@anycli](https://github.com/anycli)/errors ([b227608](https://github.com/anycli/parser/commit/b227608))
+
## [3.2.5](https://github.com/anycli/parser/compare/595a4faa0a0377bec9e9e630ea53db20c0eea735...v3.2.5) (2018-02-05)
diff --git a/package.json b/package.json
index 628a954..2955f32 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/parser",
"description": "arg and flag parser for anycli",
- "version": "3.2.5",
+ "version": "3.2.6",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/parser/issues",
"dependencies": {},