diff --git a/README.md b/README.md
index 05fc1febc..f1a8b428e 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ To use AssertJ integration, import
net.javacrumbs.json-unit
json-unit-assertj
- 2.11.1
+ 2.12.0
test
```
@@ -181,7 +181,7 @@ To use import
net.javacrumbs.json-unit
json-unit-fluent
- 2.11.1
+ 2.12.0
test
```
@@ -215,7 +215,7 @@ To use import
net.javacrumbs.json-unit
json-unit
- 2.11.1
+ 2.12.0
test
```
@@ -248,7 +248,7 @@ To use import
net.javacrumbs.json-unit
json-unit-spring
- 2.11.1
+ 2.12.0
test
```
@@ -270,7 +270,7 @@ To use import
net.javacrumbs.json-unit
json-unit-spring
- 2.11.1
+ 2.12.0
test
```
@@ -314,7 +314,7 @@ To use import
net.javacrumbs.json-unit
json-unit
- 2.11.1
+ 2.12.0
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.11.1
+ 2.12.0
test
```
@@ -678,6 +678,10 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
+# 2.12.0
+* Updated dependencies
+* Jackson node is not reparsed when compared #214
+
# 2.11.1
* Parse content as UTF-8 in Spring MVC test if not specified otherwise #212