From 1c1fbf4319375a78ba91cfd870c94b3cb79a395c Mon Sep 17 00:00:00 2001 From: khi Date: Wed, 8 Nov 2023 16:12:01 +0000 Subject: [PATCH] Prepare release 2.0.0 --- README.md | 5 ++++- src/main/resources/version.properties | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b488a0d..5f371a3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The recommended way to use this library is to consume it from maven central whil software.amazon.msk aws-msk-iam-auth - 1.1.9 + 2.0.0 ``` If you want to use it with a pre-existing Kafka client, you could build the uber jar and place it in the Kafka client's @@ -519,6 +519,9 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) { ## Release Notes +### Release 2.0.0 +- Add SASL/OAUTHBEARER mechanism with IAM + ### Release 1.1.9 - Bug fix to revert backward incompatible change for STS regional endpoint - Add support for cross-region and cross-account connection to MSK diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index afc97b7..1ba652f 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1,3 +1,3 @@ -#Updated on 2023-08-18T12:00:00Z +#Updated on 2023-11-08T16:12:00Z platform=java -version=1.1.9 +version=2.0.0