diff --git a/README.md b/README.md
index 394d8725d..2a761a6ba 100644
--- a/README.md
+++ b/README.md
@@ -384,7 +384,7 @@ Jackson 2.x, [Gson](https://code.google.com/p/google-gson/), [JSONObject](https:
net.javacrumbs.json-unit
json-unit
- 1.28.1
+ 1.28.2
test
```
@@ -395,7 +395,7 @@ To use fluent assertions:
net.javacrumbs.json-unit
json-unit-fluent
- 1.28.1
+ 1.28.2
test
```
@@ -406,7 +406,7 @@ To use Spring MVC assertions:
net.javacrumbs.json-unit
json-unit-spring
- 1.28.1
+ 1.28.2
test
```
@@ -417,6 +417,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
+## 1.28.2
+* Fixing matcher pattern
+
## 1.28.1
* Fixing NPE when accessing element of nonexistent array