diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca55429f..290817c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+# [1.2.0](https://github.com/anycli/config/compare/23c3d2f063ecbe3d34ee56b5063d8298a2a53349...v1.2.0) (2018-02-05)
+
+
+### Features
+
+* add hook context ([c287a0e](https://github.com/anycli/config/commit/c287a0e))
+
## [1.1.8](https://github.com/anycli/config/compare/a436947f7dd537282934b1398b952102762fb1de...v1.1.8) (2018-02-05)
diff --git a/package.json b/package.json
index 4796e05b..dcc11628 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.8",
+ "version": "1.2.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/config/issues",
"dependencies": {},