Skip to content

Commit

Permalink
Merge pull request #146 from hhkkxxx133/release_2.0.2
Browse files Browse the repository at this point in the history
Prepare release 2.0.2
  • Loading branch information
sankalpbhatia authored Dec 13, 2023
2 parents 8b8d832 + 4789c5f commit 48fce55
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.0.1</version>
<version>2.0.2</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 @@ -519,6 +519,9 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) {

## Release Notes

### Release 2.0.2
- Add refreshing of credentials before Oauth token generation

### Release 2.0.1
- Enable STS region support to set regional endpoints

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 2023-12-04T11:23:00Z
#Updated on 2023-12-13T15:15:00Z
platform=java
version=2.0.1
version=2.0.2

0 comments on commit 48fce55

Please sign in to comment.