Skip to content

Commit 3d728df

Browse files
authored
Merge pull request #203 from aws/release_2.3.0
Preparing release 2.3.0
2 parents 49a2d49 + a47cb65 commit 3d728df

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 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.2.0</version>
49+
<version>2.3.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,9 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) {
521521

522522
## Release Notes
523523

524+
### Release 2.3.0
525+
- Bump `software.amazon.awssdk:bom` to `2.30.23`
526+
524527
### Release 2.2.0
525528
- Bug fixes for OAUTHBEARER re-authentication
526529
- Complete upgrade to aws sdk-2

src/main/resources/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Updated on 2024-04-04T18:00:00Z
1+
#Updated on 2025-02-19T16:00:00Z
22
platform=java
3-
version=2.2.0
3+
version=2.3.0

0 commit comments

Comments
 (0)