Skip to content

Commit 158cf88

Browse files
authored
Release 0.23.0 (#234)
2 parents c5efb0f + bc02833 commit 158cf88

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.2
1+
0.23.0

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.23.0](https://github.com/auth0/jwks-rsa-java/tree/0.23.0) (2025-08-11)
4+
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.2...0.23.0)
5+
6+
**Added**
7+
- Feat: Added Cache Implementation [\#221](https://github.com/auth0/jwks-rsa-java/pull/221) ([tanya732](https://github.com/tanya732))
8+
39
## [0.22.2](https://github.com/auth0/jwks-rsa-java/tree/0.22.2) (2025-06-17)
410
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.1...0.22.2)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Add the dependency via Maven:
3131
<dependency>
3232
<groupId>com.auth0</groupId>
3333
<artifactId>jwks-rsa</artifactId>
34-
<version>0.22.2</version>
34+
<version>0.23.0</version>
3535
</dependency>
3636
```
3737

3838
or Gradle:
3939

4040
```gradle
41-
implementation 'com.auth0:jwks-rsa:0.22.2'
41+
implementation 'com.auth0:jwks-rsa:0.23.0'
4242
```
4343

4444
### Usage

0 commit comments

Comments
 (0)