Skip to content

Commit

Permalink
Merge pull request #203 from aws/release_2.3.0
Browse files Browse the repository at this point in the history
Preparing release 2.3.0
  • Loading branch information
azbw2 authored Feb 21, 2025
2 parents 49a2d49 + a47cb65 commit 3d728df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The recommended way to use this library is to consume it from maven central whil
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
```
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
Expand Down Expand Up @@ -521,6 +521,9 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) {

## Release Notes

### Release 2.3.0
- Bump `software.amazon.awssdk:bom` to `2.30.23`

### Release 2.2.0
- Bug fixes for OAUTHBEARER re-authentication
- Complete upgrade to aws sdk-2
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Updated on 2024-04-04T18:00:00Z
#Updated on 2025-02-19T16:00:00Z
platform=java
version=2.2.0
version=2.3.0

0 comments on commit 3d728df

Please sign in to comment.