Skip to content

Commit b6e07f7

Browse files
committed
Merge remote-tracking branch 'origin/release/0.14.0'
2 parents 45ecafa + c8881d4 commit b6e07f7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,19 @@
1414
limitations under the License.
1515
-->
1616

17-
### (2024-04-14) v0.14.0
17+
18+
### (2024-04-14) v0.15.0
1819

1920
- Added username support (#134)
2021

22+
### (2023-12-07) v0.14.0
23+
24+
- Upgraded the compiler version to Java 17. Runtime still requires Java 8 and later.
25+
26+
- Updated Jedis to version `5.1.0`
27+
28+
- Updated Log4j to version `2.22.0`
29+
2130
### (2023-08-23) v0.13.0
2231

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

pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</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)