diff --git a/CHANGELOG.md b/CHANGELOG.md index 32943fc..a963197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.7.1 [unreleased] +* [improvement] Added automatic module name for JPMS compatibility +* [improvement] Minor dependency updates +* [test] Tested against Vault 0.9.5 + ## 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) diff --git a/pom.xml b/pom.xml index 315e30c..80b2eef 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.stklcode.jvault connector - 0.7.0 + 0.7.1-SNAPSHOT jar @@ -52,6 +52,13 @@ org.apache.maven.plugins maven-jar-plugin 3.0.2 + + + + de.stklcode.jvault.connector + + + org.apache.maven.plugins