v0.4.0-SNAPSHOT

This commit is contained in:
Stefan Kalscheuer 2016-10-16 18:30:25 +02:00
parent fc493a2e73
commit e99809cd46
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 0.4.0 [development]
* [feature] Deletion, revocation and renewal of secrets (#3)
## 0.3.0 [2016-10-07] ## 0.3.0 [2016-10-07]
* [feature] Retrieval of JSON objects (#1) * [feature] Retrieval of JSON objects (#1)
* [test] Tested against Vault 0.6.2 * [test] Tested against Vault 0.6.2

View File

@ -13,6 +13,8 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
* Read secrets * Read secrets
* Write secrets * Write secrets
* List secrets * List secrets
* Delete secrets
* Renew/revoke leases
* Connector Factory with builder pattern * Connector Factory with builder pattern
* Tested against Vault 0.6.2 * Tested against Vault 0.6.2

View File

@ -6,7 +6,7 @@
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId> <artifactId>connector</artifactId>
<version>0.3.0</version> <version>0.4.0-SNAPSHOT</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>