Skip to content

Commit e9124f8

Browse files
committed
Release 0.9.7
1 parent 5ba7416 commit e9124f8

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the dependency in pom.xml:
2626
<dependency>
2727
<groupId>com.dashjoin</groupId>
2828
<artifactId>jsonata</artifactId>
29-
<version>0.9.6</version>
29+
<version>0.9.7</version>
3030
</dependency>
3131
```
3232
Here is the [release change log](changelog.md)

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release change log
22

3+
## 0.9.7 - 2024/06/11
4+
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/6?closed=1)
5+
36
## 0.9.6 - 2024/04/05
47
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/5?closed=1)
58

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.dashjoin</groupId>
55
<artifactId>jsonata</artifactId>
6-
<version>0.9.6</version>
6+
<version>0.9.7</version>
77

88
<parent>
99
<groupId>com.dashjoin</groupId>

samples/main-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dashjoin</groupId>
2121
<artifactId>jsonata</artifactId>
22-
<version>0.9.6</version>
22+
<version>0.9.7</version>
2323
</dependency>
2424
<!-- Gson: Java to JSON conversion -->
2525
<dependency>

samples/main-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dashjoin</groupId>
2121
<artifactId>jsonata</artifactId>
22-
<version>0.9.6</version>
22+
<version>0.9.7</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>

samples/main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dashjoin</groupId>
2121
<artifactId>jsonata</artifactId>
22-
<version>0.9.6</version>
22+
<version>0.9.7</version>
2323
</dependency>
2424
</dependencies>
2525

0 commit comments

Comments
 (0)