Added automatic module name for JPMS compatibility

This commit is contained in:
2018-03-15 19:54:18 +01:00
parent 27e7a2dffc
commit 88d49bc9f7
2 changed files with 13 additions and 1 deletions

View File

@ -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)