From ed2b9d62a3036ebbdcdf16cabde8380b8cd759ad Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 3 Oct 2017 17:39:03 +0200 Subject: [PATCH] Preparations for 0.7.0 release --- CHANGELOG.md | 2 +- README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f78f2..32943fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index a35c391..9d25b9a 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject ## Maven Artifact -``` +```xml de.stklcode.jvault connector - 0.6.2 + 0.7.0 ``` diff --git a/pom.xml b/pom.xml index 9f6a370..c63fdcb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.stklcode.jvault connector - 0.7.0-SNAPSHOT + 0.7.0 jar