Skip to content

Commit b407162

Browse files
authored
Release 0.24.1 (#259)
2 parents 0948859 + f880840 commit b407162

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.0
1+
0.24.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.24.1](https://github.com/auth0/jwks-rsa-java/tree/0.24.1) (2026-05-15)
4+
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.24.0...0.24.1)
5+
6+
**Added**
7+
- Chore: Add Automatic-Module-Name to JAR manifest [\#258](https://github.com/auth0/jwks-rsa-java/pull/258) ([tanya732](https://github.com/tanya732))
8+
39
## [0.24.0](https://github.com/auth0/jwks-rsa-java/tree/0.24.0) (2026-05-07)
410
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.23.1...0.24.0)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Add the dependency via Maven:
3232
<dependency>
3333
<groupId>com.auth0</groupId>
3434
<artifactId>jwks-rsa</artifactId>
35-
<version>0.24.0</version>
35+
<version>0.24.1</version>
3636
</dependency>
3737
```
3838

3939
or Gradle:
4040

4141
```gradle
42-
implementation 'com.auth0:jwks-rsa:0.24.0'
42+
implementation 'com.auth0:jwks-rsa:0.24.1'
4343
```
4444

4545
### Usage

0 commit comments

Comments
 (0)