diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7deeca..d6239bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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.0](https://github.com/web-mech/badwords/compare/v2.0.0...v3.0.0) (2018-10-23)
+
+
+### Code Refactoring
+
+* utilize es6 spread in addWords/removeWords ([656b87c](https://github.com/web-mech/badwords/commit/656b87c))
+
+
+### BREAKING CHANGES
+
+* changes the way addWords is used, no longer accepts a single array as a parameter unless used with the spread operator
+
+
+
# [2.0.0](https://github.com/web-mech/badwords/compare/v1.6.5...v2.0.0) (2018-10-23)
diff --git a/package.json b/package.json
index 849354d..66e1580 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bad-words",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "A javascript filter for bad words",
"main": "./lib/badwords",
"directories": {