diff --git a/README.md b/README.md index d7a0903..9023f6a 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.1.1 + 2.2.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 @@ -521,6 +521,11 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) { ## Release Notes +### Release 2.2.0 +- Bug fixes for OAUTHBEARER re-authentication +- Complete upgrade to aws sdk-2 +- Remove AWS SDK vulnerabilities. + ### Release 2.1.1 - Bug fixes for aws sdk-2 diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index adef8a4..3e46281 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1,3 +1,3 @@ #Updated on 2024-04-04T18:00:00Z platform=java -version=2.1.1 +version=2.2.0