Bump version to 0.6.1

This commit is contained in:
Stefan Kalscheuer 2017-08-02 17:44:29 +02:00
parent 63dc329857
commit 6b25113b9f
2 changed files with 8 additions and 2 deletions

View File

@ -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]
* [feature] Initialization from environment variables using `fromEnv()` in factory (#8)
* [feature] Automatic authentication with `buildAndAuth()`
@ -39,4 +45,4 @@
* [test] Tested against Vault 0.6.0
## 0.1.0 [2016-03-29]
* First release
* First release

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
<packaging>jar</packaging>