Skip to content

Commit e49312a

Browse files
committed
Updated version
1 parent c254fdf commit e49312a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,12 @@ 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.0**: This release contains the following updates:
309+
* Updated test dependencies [(issue #50)](https://github.com/jopenlibs/vault-java-driver/issues/50)
310+
* 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)
311+
* Read ca_chain from PKI response and store it in Credential [(issue #56)](https://github.com/jopenlibs/vault-java-driver/issues/56)
312+
* Adds performanceStandByCode ([issue #54](https://github.com/jopenlibs/vault-java-driver/issues/54) and [issue #59](https://github.com/jopenlibs/vault-java-driver/issues/59))
313+
* Change Default SSL Context [(issue #58)](https://github.com/jopenlibs/vault-java-driver/issues/58)
308314
* **6.1.0**: This release contains the following updates:
309315
* Fixed missed quotes in documentation (#43)
310316
* Add possibility to pass preconfigured http client to reuse http/tls resources for consequent requests **(#44)**

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group 'io.github.jopenlibs'
1010
archivesBaseName = 'vault-java-driver'
11-
version '6.1.0'
11+
version '6.2.0'
1212

1313
sourceCompatibility = 11
1414
targetCompatibility = 11

0 commit comments

Comments
 (0)