Skip to content

Commit

Permalink
Release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
uw4 committed Apr 5, 2024
1 parent 47d760a commit 2e37a88
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the dependency in pom.xml:
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.5</version>
<version>0.9.6</version>
</dependency>
```
Here is the [release change log](changelog.md)
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release change log

## 0.9.6 - 2024/04/05
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/5?closed=1)

## 0.9.5 - 2023/11/20
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/4?closed=1)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.5</version>
<version>0.9.6</version>

<parent>
<groupId>com.dashjoin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/main-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.5</version>
<version>0.9.6</version>
</dependency>
<!-- Gson: Java to JSON conversion -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/main-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.5</version>
<version>0.9.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.5</version>
<version>0.9.6</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 2e37a88

Please sign in to comment.