diff --git a/CHANGELOG.md b/CHANGELOG.md index 796d3d1..bce1dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## 0.6.0 [work in progress] +## 0.6.0 [2017-05-12] * [feature] Initialization from environment variables using `fromEnv()` in factory (#8) * [feature] Automatic authentication with `buildAndAuth()` * [feature] Custom timeout and number of retries (#9) * [feature] Connector implements `AutoCloseable` * [fix] `SecretResponse` does not throw NPE on `get(key)` and `getData()` +* [test] Tested against Vault 0.7.2 ## 0.5.0 [2017-03-18] * [feature] Convenience methods for DB credentials (#7) diff --git a/README.md b/README.md index bcacddf..2aedb3a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject * HTTP(S) backend connector * Ability to provide or enforce custom CA certificate + * Optional initialization from environment variables * Authorization methods * Token * Username/Password @@ -37,7 +38,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject de.stklcode.jvault connector - 0.5.0 + 0.6.0 ``` diff --git a/pom.xml b/pom.xml index 2ea686b..609bc69 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.stklcode.jvault connector - 0.6.0-SNAPSHOT + 0.6.0 jar @@ -57,7 +57,7 @@ com.fasterxml.jackson.core jackson-databind - 2.8.8 + 2.8.8.1