From e0acf32c916d9443bebb785c2a9977ef1e25240d Mon Sep 17 00:00:00 2001 From: Steve Perkins Date: Wed, 11 Dec 2019 14:49:14 -0500 Subject: [PATCH] Updates documentation following merge of PR #195 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79329dcb..93e0700d 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ should represent non-breaking changes. The third number represents any very min * **5.1.0 (IN PROGRESS)**: This release contains the following updates: * Supports path prefixes when using K/V engine V2. [(PR #189)](https://github.com/BetterCloud/vault-java-driver/pull/189) + * Fixes issues with bulk requests in the transit API. [(PR #195)](https://github.com/BetterCloud/vault-java-driver/pull/195) * Adds response body to exception for Auth failures. [(PR #198)](https://github.com/BetterCloud/vault-java-driver/pull/198) * Support all options for the createToken operation. [(PR #199)](https://github.com/BetterCloud/vault-java-driver/pull/199)