From dc491830fe7c75a1c3aa45c9b317777195e371b0 Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Fri, 4 Feb 2022 21:22:56 +0100 Subject: [PATCH] Readme updated --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 51e039978..a9855abfa 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ To use AssertJ integration, import net.javacrumbs.json-unit json-unit-assertj - 2.28.0 + 2.29.0 test ``` @@ -170,7 +170,7 @@ To use import net.javacrumbs.json-unit json-unit - 2.28.0 + 2.29.0 test ``` @@ -215,7 +215,7 @@ To use import net.javacrumbs.json-unit json-unit-spring - 2.28.0 + 2.29.0 test ``` @@ -259,7 +259,7 @@ Import net.javacrumbs.json-unit json-unit-spring - 2.28.0 + 2.29.0 test ``` @@ -282,7 +282,7 @@ To use import net.javacrumbs.json-unit json-unit-spring - 2.28.0 + 2.29.0 test ``` @@ -319,7 +319,7 @@ For other API styles you have to first import JsonPath support module net.javacrumbs.json-unit json-unit-json-path - 2.28.0 + 2.29.0 test ``` @@ -682,6 +682,10 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/ Release notes ============= +## 2.29.0 +* #465 fixed assertion on array of objects. May introduce some backward incompatibility when using `isArray().element(i)`. +* Dependency updates + ## 2.28.0 * Automatically register available Jackson 2 modules