Preparations for 0.6.0 release

This commit is contained in:
2017-05-12 12:15:35 +02:00
parent f805a9c751
commit 3794f4aac6
3 changed files with 6 additions and 4 deletions

View File

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