Skip to content

Commit 66c9040

Browse files
committed
Updates README for 3.1.0 release
1 parent 39dc742 commit 66c9040

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The driver is available from Maven Central, for all modern Java build systems.
3030
Gradle:
3131
```
3232
dependencies {
33-
compile('com.bettercloud:vault-java-driver:3.0.0')
33+
compile('com.bettercloud:vault-java-driver:3.1.0')
3434
}
3535
```
3636

@@ -39,7 +39,7 @@ Maven:
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
222222
may require modifications in your code to migrate. Changes to the minor version (i.e. the second number)
223223
should 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.

0 commit comments

Comments
 (0)