Skip to content

Commit 9b50e43

Browse files
committed
Preparing release 2.3.2
1 parent 1577927 commit 9b50e43

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+5-1
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.3.1</version>
49+
<version>2.3.2</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,10 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) {
521521

522522
## Release Notes
523523

524+
### Release 2.3.2
525+
- Fix unreleased file lock issue in Gradle
526+
- Enable FIPS endpoint support
527+
524528
### Release 2.3.1
525529
- Upgrade Jackson Databind version
526530

src/main/resources/version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Updated on 2025-03-07T16:00:00Z
1+
#Updated on 2025-04-09T16:00:00Z
22
platform=java
3-
version=2.3.1
3+
version=2.3.2

0 commit comments

Comments
 (0)