From e9124f84aa42cf7de76c110ed2fdd78f5d19327e Mon Sep 17 00:00:00 2001 From: uw4 Date: Tue, 11 Jun 2024 18:01:13 +0200 Subject: [PATCH] Release 0.9.7 --- README.md | 2 +- changelog.md | 3 +++ pom.xml | 2 +- samples/main-gson/pom.xml | 2 +- samples/main-jackson/pom.xml | 2 +- samples/main/pom.xml | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8fd01f0..92b6cb5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the dependency in pom.xml: com.dashjoin jsonata - 0.9.6 + 0.9.7 ``` Here is the [release change log](changelog.md) diff --git a/changelog.md b/changelog.md index b1c6608..7a872f2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Release change log +## 0.9.7 - 2024/06/11 +- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/6?closed=1) + ## 0.9.6 - 2024/04/05 - [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/5?closed=1) diff --git a/pom.xml b/pom.xml index b46da5b..694a5d5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.dashjoin jsonata - 0.9.6 + 0.9.7 com.dashjoin diff --git a/samples/main-gson/pom.xml b/samples/main-gson/pom.xml index 094ac07..6beaaae 100644 --- a/samples/main-gson/pom.xml +++ b/samples/main-gson/pom.xml @@ -19,7 +19,7 @@ com.dashjoin jsonata - 0.9.6 + 0.9.7 diff --git a/samples/main-jackson/pom.xml b/samples/main-jackson/pom.xml index 3637c18..6872ba8 100644 --- a/samples/main-jackson/pom.xml +++ b/samples/main-jackson/pom.xml @@ -19,7 +19,7 @@ com.dashjoin jsonata - 0.9.6 + 0.9.7 com.fasterxml.jackson.core diff --git a/samples/main/pom.xml b/samples/main/pom.xml index 1ffc480..fc24a0d 100644 --- a/samples/main/pom.xml +++ b/samples/main/pom.xml @@ -19,7 +19,7 @@ com.dashjoin jsonata - 0.9.6 + 0.9.7