Preparations for 0.6.2 release
This commit is contained in:
parent
5b34cfcc27
commit
23419e94f1
@ -1,9 +1,9 @@
|
|||||||
## 0.6.2 [work in progress]
|
## 0.6.2 [2017-08-19]
|
||||||
* [fix] Prevent potential NPE on SecretResponse getter
|
* [fix] Prevent potential NPE on SecretResponse getter
|
||||||
* [fix] Fields of InvalidResposneException made final
|
|
||||||
* [fix] Fix typo in method name `listAppRoleSecrets()` (#14)
|
|
||||||
* [fix] Removed stack traces on PUT request and response deserialization (#13)
|
* [fix] Removed stack traces on PUT request and response deserialization (#13)
|
||||||
* [text] Tested against Vault 0.8.1, increased coverage
|
* [improvement] Fields of InvalidResposneException made final
|
||||||
|
* [deprecation] `listAppRoleSecretss()` in favor of `listAppRoleSecrets()` (#14)
|
||||||
|
* [test] Tested against Vault 0.8.1, increased coverage
|
||||||
|
|
||||||
## 0.6.1 [2017-08-02]
|
## 0.6.1 [2017-08-02]
|
||||||
* [fix] `TokenModel.getPassword()` returned username instead of password
|
* [fix] `TokenModel.getPassword()` returned username instead of password
|
||||||
|
@ -39,7 +39,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>connector</artifactId>
|
<artifactId>connector</artifactId>
|
||||||
<version>0.6.1</version>
|
<version>0.6.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user