Skip to content

Commit

Permalink
Get ready for 0.14.0 release
Browse files Browse the repository at this point in the history
vy committed Dec 7, 2023
1 parent 196de85 commit c8881d4
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,14 @@
limitations under the License.
-->

### (2023-12-07) v0.14.0

- Upgraded the compiler version to Java 17. Runtime still requires Java 8 and later.

- Updated Jedis to version `5.1.0`

- Updated Log4j to version `2.22.0`

### (2023-08-23) v0.13.0

- Fixed broken `jedis.version` Maven property causing the incorrect version injection
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@

<properties>

<revision>0.14.0-SNAPSHOT</revision>
<revision>0.14.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 comments on commit c8881d4

Please sign in to comment.