From bc94b756730131e8725c91c9cba71f9723cdf52f Mon Sep 17 00:00:00 2001 From: "bartlomiej.styczynski" Date: Thu, 29 Jun 2023 14:27:58 +0200 Subject: [PATCH] Prepare 2.0.0 release notes --- RELEASE-NOTES.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0f2f5225..c8415b25 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,16 @@ +## 2.0.0 + +The project has been taken over by [gravity9](https://www.gravity9.com). + +* Changed groupId and artifactId +* The library now uses Java 11 as base +* Added support for JSON Path +* Added support for ignoring fields in JSON diff +* Added more test cases and examples +* Upgraded versions of most libraries and tools used in the project + * Fixed outstanding CVE vulnerabilities where possible +* Multiple bugfixes + ## 1.10 * First release at java-json-tools. @@ -6,7 +19,7 @@ ## 1.9 * Completely new JSON diff implementation; less smart than the previous one but -bug free + bug free * Depend on AssertJ. ## 1.8