diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7f5cb50..392c7464 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.6.15](https://github.com/oclif/config/compare/v1.6.14...v1.6.15) (2018-04-30)
+
+
+### Bug Fixes
+
+* use require.resolve to find globby and ts-node ([0a75d62](https://github.com/oclif/config/commit/0a75d62))
+
## [1.6.14](https://github.com/oclif/config/compare/v1.6.13...v1.6.14) (2018-04-30)
diff --git a/package.json b/package.json
index 1a327eea..aab8b4bf 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.14",
+ "version": "1.6.15",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {