From f6e7114fd26e81e00dd12404d57c5e85227e69f9 Mon Sep 17 00:00:00 2001 From: khi Date: Wed, 17 Jan 2024 16:00:22 +0000 Subject: [PATCH] Prepare release 2.0.3 --- README.md | 6 +++++- src/main/resources/version.properties | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cf826a..4fa6ea8 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 - 2.0.2 + 2.0.3 ``` 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,10 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) { ## Release Notes +### Release 2.0.3 +- Upgrade AWS SKD version +- Fix SSO OIDC error + ### Release 2.0.2 - Add refreshing of credentials before Oauth token generation diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index 5c8cd0b..d004c89 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1,3 +1,3 @@ -#Updated on 2023-12-13T15:15:00Z +#Updated on 2024-01-17T16:00:00Z platform=java -version=2.0.2 +version=2.0.3