diff --git a/README.md b/README.md index 5f371a3..7578fa9 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.0 + 2.0.1 ``` 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.1 +- Enable STS region support to set regional endpoints + ### Release 2.0.0 - Add SASL/OAUTHBEARER mechanism with IAM diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index 1ba652f..32a5fda 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1,3 +1,3 @@ -#Updated on 2023-11-08T16:12:00Z +#Updated on 2023-12-04T11:23:00Z platform=java -version=2.0.0 +version=2.0.1