File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The driver is available from Maven Central, for all modern Java build systems.
3030Gradle:
3131```
3232dependencies {
33- compile('com.bettercloud:vault-java-driver:3.0 .0')
33+ compile('com.bettercloud:vault-java-driver:3.1 .0')
3434}
3535```
3636
3939<dependency>
4040 <groupId>com.bettercloud</groupId>
4141 <artifactId>vault-java-driver</artifactId>
42- <version>3.0 .0</version>
42+ <version>3.1 .0</version>
4343</dependency>
4444```
4545
@@ -222,7 +222,7 @@ Note that changes to the major version (i.e. the first number) represent possibl
222222may require modifications in your code to migrate. Changes to the minor version (i.e. the second number)
223223should represent non-breaking changes. The third number represents any very minor bugfix patches.
224224
225- * ** 3.1.0 (IN PROGRESS) ** : Several updates.
225+ * ** 3.1.0** : Several updates.
226226 * Adds support for seal-related operations (i.e. ` /sys/seal ` , ` /sys/unseal ` , ` /sys/seal-status ` ).
227227 * Adds support for the AWS auth backend.
228228 * Adds support for the Google Cloud Platform auth backend.
You can’t perform that action at this time.
0 commit comments