diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52ad5357..8ccc1447 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 7.1.1 (2021-09-16)
+
+* docs: adding a security policy ([a830f50](https://github.com/readmeio/eslint-config/commit/a830f50))
+* fix: allowing lodash.debounce and lodash.throttle ([94d6c34](https://github.com/readmeio/eslint-config/commit/94d6c34))
+
+
+
## 7.1.0 (2021-09-10)
* chore: allow nested ternary statements (#246) ([d2543a3](https://github.com/readmeio/eslint-config/commit/d2543a3)), closes [#246](https://github.com/readmeio/eslint-config/issues/246)
diff --git a/package.json b/package.json
index 9c5510f6..45c2ec54 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@readme/eslint-config",
- "version": "7.1.0",
+ "version": "7.1.1",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach ",