diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bb53066..d0cae8ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 3.1.2 (2020-06-02)
+
+* fix: disabling jest/no-deprecated-functions ([a198df0](https://github.com/readmeio/eslint-config/commit/a198df0))
+
+
+
## 3.1.1 (2020-06-02)
* chore(deps-dev): bump eslint from 7.0.0 to 7.1.0 (#80) ([909b9ad](https://github.com/readmeio/eslint-config/commit/909b9ad)), closes [#80](https://github.com/readmeio/eslint-config/issues/80)
diff --git a/package.json b/package.json
index 6df1395e..ed4b0d00 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@readme/eslint-config",
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "ReadMe coding standards",
"main": "index.js",
"scripts": {