Skip to content

Commit 6b76053

Browse files
committed
Updated version
1 parent c920bae commit 6b76053

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ 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.1**: This release contains the following updates:
309+
* Fix: Retry HTTP 412 errors to support eventual consistency on standbys [(pull request #68)](https://github.com/jopenlibs/vault-java-driver/pull/68)
310+
* Switch from Gradle to Maven [(pull request #69)](https://github.com/jopenlibs/vault-java-driver/pull/69)
308311
* **6.2.0**: This release contains the following updates:
309312
* Updated test dependencies [(issue #50)](https://github.com/jopenlibs/vault-java-driver/issues/50)
310313
* Expose CAS option on secret write and version on secret read (K/V 2) [(issue #52)](https://github.com/jopenlibs/vault-java-driver/issues/52)

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.0</version>
8+
<version>6.2.1</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)