diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76f9b02..7497ab0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.6.2](https://github.com/dessant/lock-threads/compare/v0.6.1...v0.6.2) (2018-06-27)
+
+
+### Bug Fixes
+
+* add missing config key to schema ([83e345c](https://github.com/dessant/lock-threads/commit/83e345c))
+
+
+
## [0.6.1](https://github.com/dessant/lock-threads/compare/v0.6.0...v0.6.1) (2018-06-24)
diff --git a/package.json b/package.json
index 64aac8f..221cc3c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lock-threads",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "A GitHub App built with Probot that locks closed issues and pull requests after a period of inactivity.",
"author": "Armin Sebastian",
"license": "MIT",