From 4adefc2cdafb90c9bddede7f3ee7629e8c0b8479 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 6 Nov 2016 10:51:32 +0100 Subject: [PATCH] Changelog and dependency update --- CHANGELOG.md | 3 +++ README.md | 1 + pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8635f64..28429c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index f5ae787..3092c67 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index fadabea..c5b4476 100644 --- a/pom.xml +++ b/pom.xml @@ -41,12 +41,12 @@ com.fasterxml.jackson.core jackson-core - 2.8.3 + 2.8.4 com.fasterxml.jackson.core jackson-databind - 2.8.3 + 2.8.4