Skip to content

Commit e6ec4d9

Browse files
committed
Updated version
1 parent 4699928 commit e6ec4d9

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Gradle:
4343

4444
```
4545
dependencies {
46-
implementation 'io.github.jopenlibs:vault-java-driver:6.2.0'
46+
implementation 'io.github.jopenlibs:vault-java-driver:6.2.2'
4747
}
4848
```
4949

@@ -53,7 +53,7 @@ Maven:
5353
<dependency>
5454
<groupId>io.github.jopenlibs</groupId>
5555
<artifactId>vault-java-driver</artifactId>
56-
<version>6.2.0</version>
56+
<version>6.2.2</version>
5757
</dependency>
5858
```
5959

@@ -305,6 +305,10 @@ and may require modifications in your code to migrate. Changes to the minor vers
305305
number) should represent non-breaking changes. The third number represents any very minor bugfix
306306
patches.
307307

308+
* **6.2.2**: This release contains the following updates:
309+
* Fix: use TLS protocol alias to enable TLS 1.3 initialization [(pull request #77)](https://github.com/jopenlibs/vault-java-driver/pull/77)
310+
* Read subkeys in KV element [(pull request #74)](https://github.com/jopenlibs/vault-java-driver/pull/74)
311+
* Improve engine version detection [(pull request #70)](https://github.com/jopenlibs/vault-java-driver/pull/70)
308312
* **6.2.1**: This release contains the following updates:
309313
* Fix: Retry HTTP 412 errors to support eventual consistency on standbys [(pull request #68)](https://github.com/jopenlibs/vault-java-driver/pull/68)
310314
* Switch from Gradle to Maven [(pull request #69)](https://github.com/jopenlibs/vault-java-driver/pull/69)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.jopenlibs</groupId>
77
<artifactId>vault-java-driver</artifactId>
8-
<version>6.2.1</version>
8+
<version>6.2.2</version>
99
<packaging>jar</packaging>
1010
<name>vault-java-driver</name>
1111
<description>Zero-dependency Java client for HashiCorp's Vault</description>

0 commit comments

Comments
 (0)