Preparations for 0.7.0 release
This commit is contained in:
parent
007b523295
commit
ed2b9d62a3
@ -1,4 +1,4 @@
|
||||
## 0.7.0 [work in progress]
|
||||
## 0.7.0 [2017-10-03]
|
||||
* [feature] Retrieval of health status via `getHealth()` (#15)
|
||||
* [improvement] `seal()`, `unseal()` are now `void` and throw Exception on error (#12)
|
||||
* [compatibility] Adaptation to Vault 0.8 endpoints for `renew` and `revoke`, **breaking** 0.7 compatibility (#11)
|
||||
|
@ -35,11 +35,11 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
||||
|
||||
|
||||
## Maven Artifact
|
||||
```
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>de.stklcode.jvault</groupId>
|
||||
<artifactId>connector</artifactId>
|
||||
<version>0.6.2</version>
|
||||
<version>0.7.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user