diff --git a/README.md b/README.md
index 7c45cb1d0..a1810e8e5 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ To use AssertJ integration, import
net.javacrumbs.json-unit
json-unit-assertj
- 2.13.0
+ 2.13.1
test
```
@@ -181,7 +181,7 @@ To use import
net.javacrumbs.json-unit
json-unit-fluent
- 2.13.0
+ 2.13.1
test
```
@@ -215,7 +215,7 @@ To use import
net.javacrumbs.json-unit
json-unit
- 2.13.0
+ 2.13.1
test
```
@@ -248,7 +248,7 @@ To use import
net.javacrumbs.json-unit
json-unit-spring
- 2.13.0
+ 2.13.1
test
```
@@ -270,7 +270,7 @@ To use import
net.javacrumbs.json-unit
json-unit-spring
- 2.13.0
+ 2.13.1
test
```
@@ -314,7 +314,7 @@ To use import
net.javacrumbs.json-unit
json-unit
- 2.13.0
+ 2.13.1
test
```
@@ -346,7 +346,7 @@ For other API styles you have to first import JsonPath support module
net.javacrumbs.json-unit
json-unit-json-path
- 2.13.0
+ 2.13.1
test
```
@@ -678,6 +678,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
+## 2.13.1
+* Fix Jackson2NodeFactory thread safety issue in usage of ServiceLoader (thanks @cnauroth)
+
## 2.13.0
* Recompiled with AssertJ 3.15.0 to fix https://github.com/lukas-krecan/JsonUnit/issues/216
* (Not)Null annotations added