Changelog and dependency update

This commit is contained in:
Stefan Kalscheuer 2016-11-06 10:51:32 +01:00
parent 3271e5e513
commit 4adefc2cda
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
## 0.4.0 [development]
* [feature] Deletion, revocation and renewal of secrets (#3)
* [feature] Token creation (#4)
* [feature] AppRole auth backend supported (#5)
* [deprecation] App-ID backend marked as deprecated
## 0.3.0 [2016-10-07]
* [feature] Retrieval of JSON objects (#1)

View File

@ -9,6 +9,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
* Token
* Username/Password
* AppID (register and authenticate)
* AppRole (register and authenticate)
* Secrets
* Read secrets
* Write secrets

View File

@ -41,12 +41,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.8.3</version>
<version>2.8.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.3</version>
<version>2.8.4</version>
</dependency>
<dependency>