File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
-->
16
16
17
- ### (2024-04-14) v0.14.0
17
+
18
+ ### (2024-04-14) v0.15.0
18
19
19
20
- Added username support (#134 )
20
21
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
+
21
30
### (2023-08-23) v0.13.0
22
31
23
32
- Fixed broken ` jedis.version ` Maven property causing the incorrect version injection
Original file line number Diff line number Diff line change 79
79
80
80
<properties >
81
81
82
- <revision >0.14 .0-SNAPSHOT</revision >
82
+ <revision >0.15 .0-SNAPSHOT</revision >
83
83
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
84
84
<project .build.resourceEncoding>UTF-8</project .build.resourceEncoding>
85
85
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments