diff --git a/CHANGELOG.md b/CHANGELOG.md
index e444b72..2fb56c3 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.
+
+## [1.6.2](https://github.com/web-mech/badwords/compare/v1.6.1...v1.6.2) (2018-08-02)
+
+
+### Bug Fixes
+
+* **isProfaneLike:** abort trying to match every instance of profane words. ([31126d6](https://github.com/web-mech/badwords/commit/31126d6))
+
+
+
## [1.6.1](https://github.com/web-mech/badwords/compare/v1.6.0...v1.6.1) (2017-10-25)
diff --git a/package.json b/package.json
index f659234..c8b7709 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bad-words",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "A javascript filter for bad words",
"main": "./lib/badwords",
"directories": {