From a97b50e7b7e80c044be0751db54a5c0ae7aa3ba3 Mon Sep 17 00:00:00 2001 From: khi Date: Thu, 10 Aug 2023 14:46:51 +0100 Subject: [PATCH] Prepare release 1.1.8 --- 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 602aed7..6073474 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.7 + 1.1.8 ``` 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 @@ -502,6 +502,10 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) { ## Release Notes +### Release 1.1.8 +- Add support for STS regional endpoint +- Update AWS SDK dependencies to the latest to address the security vulnerabilities + ### Release 1.1.7 - Add support to pass session credentials to an STS role credential provider - Add support for external id for role-based authentication diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index 72402c2..d95eff3 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1,3 +1,3 @@ -#Updated on 2023-06-20T15:25:00Z +#Updated on 2023-06-20T13:45:00Z platform=java -version=1.1.7 +version=1.1.8