diff --git a/CHANGELOG.md b/CHANGELOG.md
index 849ed99e..dd4b9ed7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.7.2](https://github.com/oclif/config/compare/v1.7.1...v1.7.2) (2018-08-27)
+
+
+### Bug Fixes
+
+* ensure plugins are set ([1ed0eb2](https://github.com/oclif/config/commit/1ed0eb2))
+
## [1.7.1](https://github.com/oclif/config/compare/v1.7.0...v1.7.1) (2018-08-27)
diff --git a/package.json b/package.json
index 0d95665c..5ce23cd4 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.7.1",
+ "version": "1.7.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {