Skip to content

Commit c8881d4

Browse files
committed
Get ready for 0.14.0 release
1 parent 196de85 commit c8881d4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
limitations under the License.
1515
-->
1616

17+
### (2023-12-07) v0.14.0
18+
19+
- Upgraded the compiler version to Java 17. Runtime still requires Java 8 and later.
20+
21+
- Updated Jedis to version `5.1.0`
22+
23+
- Updated Log4j to version `2.22.0`
24+
1725
### (2023-08-23) v0.13.0
1826

1927
- Fixed broken `jedis.version` Maven property causing the incorrect version injection

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
<properties>
8181

82-
<revision>0.14.0-SNAPSHOT</revision>
82+
<revision>0.14.0</revision>
8383
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8484
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
8585
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)