Skip to content

Commit 272f7df

Browse files
authored
Merge pull request #185 from sidyag/main
Preparing release 2.2.0
2 parents 1560a73 + ede30ff commit 272f7df

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The recommended way to use this library is to consume it from maven central whil
4646
<dependency>
4747
<groupId>software.amazon.msk</groupId>
4848
<artifactId>aws-msk-iam-auth</artifactId>
49-
<version>2.1.1</version>
49+
<version>2.2.0</version>
5050
</dependency>
5151
```
5252
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) {
521521

522522
## Release Notes
523523

524+
### Release 2.2.0
525+
- Bug fixes for OAUTHBEARER re-authentication
526+
- Complete upgrade to aws sdk-2
527+
- Remove AWS SDK vulnerabilities.
528+
524529
### Release 2.1.1
525530
- Bug fixes for aws sdk-2
526531

src/main/resources/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Updated on 2024-04-04T18:00:00Z
22
platform=java
3-
version=2.1.1
3+
version=2.2.0

0 commit comments

Comments
 (0)