From 4fb63f097708b721b2f822821a031121b5c866ff Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Wed, 29 Apr 2020 15:24:16 +0200 Subject: [PATCH] prepare release 0.9.0 --- CHANGELOG.md | 9 ++++++--- README.md | 2 +- pom.xml | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be328f..27e36d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -## 0.9.0 (unreleased) +## 0.9.0 (2020-04-29) ### Fixes * Correctly parse Map field for token metadata (#34) -* Correctly map token policies on lookup (#35) +* Correctly map token policies on token lookup (#35) ### Features * Support for token types (#26) -* Support for token role handling (#27) +* Support for token role handling (#27) (#37) ### Improvements * Added `entity_id`, `token_policies`, `token_type` and `orphan` flags to auth response @@ -25,6 +25,9 @@ ### Removals * Deprecated methods `AppRole#getBoundCidrList()`, `#setBoundCidrList()` and `getBoundCidrListString()` have been removed. +### Test +* Tested against Vault 1.4.0 + ## 0.8.2 (2019-10-20) diff --git a/README.md b/README.md index 62f8552..99b17e5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject de.stklcode.jvault jvault-connector - 0.8.2 + 0.9.0 ``` diff --git a/pom.xml b/pom.xml index 16bdb67..f9ac031 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.stklcode.jvault jvault-connector - 0.9.0-SNAPSHOT + 0.9.0 jar @@ -112,7 +112,7 @@ org.junit.jupiter junit-jupiter - 5.6.1 + 5.6.2 test