From 8c43877fe4c5024f5ee8d1509554d6140dfb3921 Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Wed, 25 Mar 2020 13:56:04 +0100 Subject: [PATCH] README updated --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb693f211..9fc823f42 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ To use AssertJ integration, import net.javacrumbs.json-unit json-unit-assertj - 2.16.0 + 2.16.1 test ``` @@ -147,7 +147,7 @@ To use import net.javacrumbs.json-unit json-unit - 2.16.0 + 2.16.1 test ``` @@ -192,7 +192,7 @@ To use import net.javacrumbs.json-unit json-unit-spring - 2.16.0 + 2.16.1 test ``` @@ -214,7 +214,7 @@ To use import net.javacrumbs.json-unit json-unit-spring - 2.16.0 + 2.16.1 test ``` @@ -249,7 +249,7 @@ For other API styles you have to first import JsonPath support module net.javacrumbs.json-unit json-unit-json-path - 2.16.0 + 2.16.1 test ``` @@ -589,6 +589,9 @@ JsonUnit is licensed under [Apache 2.0 licence](https://www.apache.org/licenses/ Release notes ============= +## 2.16.1 +* Add missing Kotlin classes to distribution Jars + ## 2.16.0 * Kotlin DSL for AssertJ API