Preparations for 0.7.0 release

This commit is contained in:
Stefan Kalscheuer 2017-10-03 17:39:03 +02:00
parent 007b523295
commit ed2b9d62a3
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## 0.7.0 [work in progress] ## 0.7.0 [2017-10-03]
* [feature] Retrieval of health status via `getHealth()` (#15) * [feature] Retrieval of health status via `getHealth()` (#15)
* [improvement] `seal()`, `unseal()` are now `void` and throw Exception on error (#12) * [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) * [compatibility] Adaptation to Vault 0.8 endpoints for `renew` and `revoke`, **breaking** 0.7 compatibility (#11)

View File

@ -35,11 +35,11 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
## Maven Artifact ## Maven Artifact
``` ```xml
<dependency> <dependency>
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId> <artifactId>connector</artifactId>
<version>0.6.2</version> <version>0.7.0</version>
</dependency> </dependency>
``` ```

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId> <artifactId>connector</artifactId>
<version>0.7.0-SNAPSHOT</version> <version>0.7.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>