diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c569b6..373c859 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.
+
+## [3.0.2](https://github.com/web-mech/badwords/compare/v3.0.1...v3.0.2) (2019-03-14)
+
+
+### Bug Fixes
+
+* **lang.json:** remove gay from badwords ([88d1aed](https://github.com/web-mech/badwords/commit/88d1aed))
+
+
+
## [3.0.1](https://github.com/web-mech/badwords/compare/v3.0.0...v3.0.1) (2019-02-19)
diff --git a/package.json b/package.json
index 005cd54..8d8c646 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bad-words",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "A javascript filter for bad words",
"main": "./lib/badwords",
"directories": {