diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf949f2..46e3724 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.8.1](https://github.com/dessant/lock-threads/compare/v0.8.0...v0.8.1) (2019-01-18)
+
+
+### Bug Fixes
+
+* use `is:unlocked` search qualifier ([dfa9e82](https://github.com/dessant/lock-threads/commit/dfa9e82)), closes [#5](https://github.com/dessant/lock-threads/issues/5)
+
+
+
# [0.8.0](https://github.com/dessant/lock-threads/compare/v0.7.1...v0.8.0) (2018-11-08)
diff --git a/package.json b/package.json
index 86dc2c1..eca36f9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lock-threads",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "A GitHub App built with Probot that locks closed issues and pull requests after a period of inactivity.",
"author": "Armin Sebastian",
"license": "MIT",