diff --git a/CHANGELOG.md b/CHANGELOG.md
index 165818c0..849ed99e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.7.1](https://github.com/oclif/config/compare/v1.7.0...v1.7.1) (2018-08-27)
+
+
+### Bug Fixes
+
+* exclude `spec` files from being loaded as commands ([#46](https://github.com/oclif/config/issues/46)) ([5854d34](https://github.com/oclif/config/commit/5854d34)), closes [#158](https://github.com/oclif/config/issues/158)
+
# [1.7.0](https://github.com/oclif/config/compare/v1.6.33...v1.7.0) (2018-08-17)
diff --git a/package.json b/package.json
index b5192a17..b17bb4fc 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.0",
+ "version": "1.7.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {