File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,12 @@ and may require modifications in your code to migrate. Changes to the minor vers
305305number) should represent non-breaking changes. The third number represents any very minor bugfix
306306patches.
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 )**
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99group ' io.github.jopenlibs'
1010archivesBaseName = ' vault-java-driver'
11- version ' 6.1 .0'
11+ version ' 6.2 .0'
1212
1313sourceCompatibility = 11
1414targetCompatibility = 11
You can’t perform that action at this time.
0 commit comments