Bump version to 0.6.1
This commit is contained in:
parent
63dc329857
commit
6b25113b9f
@ -1,3 +1,9 @@
|
|||||||
|
## 0.6.1 [2017-08-02]
|
||||||
|
* [fix] `TokenModel.getPassword()` returned username instead of password
|
||||||
|
* [fix] `TokenModel.getUsername()` and `getPassword()` could produce NPE in multithreaded environments
|
||||||
|
* [fix] `TokenData.getCreatinTtl()` renamed to `getCreationTtl()` (typo fix)
|
||||||
|
* [test] Tested against Vault 0.7.3
|
||||||
|
|
||||||
## 0.6.0 [2017-05-12]
|
## 0.6.0 [2017-05-12]
|
||||||
* [feature] Initialization from environment variables using `fromEnv()` in factory (#8)
|
* [feature] Initialization from environment variables using `fromEnv()` in factory (#8)
|
||||||
* [feature] Automatic authentication with `buildAndAuth()`
|
* [feature] Automatic authentication with `buildAndAuth()`
|
||||||
@ -39,4 +45,4 @@
|
|||||||
* [test] Tested against Vault 0.6.0
|
* [test] Tested against Vault 0.6.0
|
||||||
|
|
||||||
## 0.1.0 [2016-03-29]
|
## 0.1.0 [2016-03-29]
|
||||||
* First release
|
* First release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user