diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4358228..552417e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+# [0.1.0](https://github.com/dxcli/parser/compare/967cd55130b1117021ac8d76f82b0b97806a637d...v0.1.0) (2018-01-30)
+
+
+### Bug Fixes
+
+* added optionType ([b75d738](https://github.com/dxcli/parser/commit/b75d738))
+
+
+### Features
+
+* added enum flag ([643aea7](https://github.com/dxcli/parser/commit/643aea7))
+
## [0.0.6](https://github.com/dxcli/parser/compare/8923a8c098c8d7dc1a6ccb2d18e3a625cb7b5c8c...v0.0.6) (2018-01-30)
diff --git a/package.json b/package.json
index f3c47f9..69f85da 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@dxcli/parser",
"description": "arg and flag parser for dxcli",
- "version": "0.0.6",
+ "version": "0.1.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/dxcli/parser/issues",
"dependencies": {