From 80abbda46fe3b98cc60a1bbc6bfff136b082703f Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 24 Apr 2025 18:36:36 +0200 Subject: [PATCH] docs: update version and features in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97ac1a8..cd192bd 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject * Delete secrets * Renew/revoke leases * Raw secret content or JSON decoding - * SQL secret handling * KV v1 and v2 support + * Database secret handling +* Transit API support * Connector Factory with builder pattern * Tested against Vault 1.2 to 1.19 @@ -39,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject de.stklcode.jvault jvault-connector - 1.4.0 + 1.5.0 ```