diff --git a/CHANGELOG.md b/CHANGELOG.md
index 392c7464..118c5f36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.6.16](https://github.com/oclif/config/compare/v1.6.15...v1.6.16) (2018-05-01)
+
+
+### Bug Fixes
+
+* set cwd to project root when loading ts-node ([d120ec1](https://github.com/oclif/config/commit/d120ec1))
+
## [1.6.15](https://github.com/oclif/config/compare/v1.6.14...v1.6.15) (2018-04-30)
diff --git a/package.json b/package.json
index aab8b4bf..f4e8b7bc 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@oclif/config",
"description": "base config object and standard interfaces for oclif components",
- "version": "1.6.15",
+ "version": "1.6.16",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {