diff --git a/README.md b/README.md
index 73ca34b4..3f1f870f 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ To use AssertJ integration, import
net.javacrumbs.json-unit
json-unit-assertj
- 3.2.0
+ 3.2.1
test
```
@@ -171,7 +171,7 @@ To use import
net.javacrumbs.json-unit
json-unit
- 3.2.0
+ 3.2.1
test
```
@@ -216,7 +216,7 @@ To use import
net.javacrumbs.json-unit
json-unit-spring
- 3.2.0
+ 3.2.1
test
```
@@ -260,7 +260,7 @@ Import
net.javacrumbs.json-unit
json-unit-spring
- 3.2.0
+ 3.2.1
test
```
@@ -283,7 +283,7 @@ To use import
net.javacrumbs.json-unit
json-unit-spring
- 3.2.0
+ 3.2.1
test
```
@@ -299,7 +299,7 @@ Import:
net.javacrumbs.json-unit
json-unit-kotest
- 3.2.0
+ 3.2.1
test
```
@@ -365,7 +365,7 @@ For the other API styles you have to first import JsonPath support module
net.javacrumbs.json-unit
json-unit-json-path
- 3.2.0
+ 3.2.1
test
```
@@ -735,7 +735,7 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/
Release notes
=============
-## 3.2.0 (2023-09-14)
+## 3.2.1 (2023-09-14)
* Support for Kotest
* Dependency upgrades