Skip to content

Commit 5134696

Browse files
committed
Release 2.25.0
1 parent 1e8a78e commit 5134696

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.0
1+
2.25.0

CHANGELOG.md

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

3+
## [2.25.0](https://github.com/auth0/auth0-java/tree/2.25.0) (2025-09-30)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.24.0...2.25.0)
5+
6+
**Added**
7+
- Added UserAttributeProfilePage and Deserializer [\#768](https://github.com/auth0/auth0-java/pull/768) ([tanya732](https://github.com/tanya732))
8+
- Added checkpoint pagination support for Connection Endpoint [\#767](https://github.com/auth0/auth0-java/pull/767) ([tanya732](https://github.com/tanya732))
9+
- Sdk 6843 self service provisioning java support [\#765](https://github.com/auth0/auth0-java/pull/765) ([tanya732](https://github.com/tanya732))
10+
- Support for patch clients credentials [\#760](https://github.com/auth0/auth0-java/pull/760) ([tanya732](https://github.com/tanya732))
11+
12+
**Fixed**
13+
- Fix: URL Encodings [\#766](https://github.com/auth0/auth0-java/pull/766) ([tanya732](https://github.com/tanya732))
14+
- Fix: Updated to requested_expiry params [\#757](https://github.com/auth0/auth0-java/pull/757) ([tanya732](https://github.com/tanya732))
15+
316
## [2.24.0](https://github.com/auth0/auth0-java/tree/2.24.0) (2025-08-22)
417
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.23.0...2.24.0)
518

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Add the dependency via Maven:
3434
<dependency>
3535
<groupId>com.auth0</groupId>
3636
<artifactId>auth0</artifactId>
37-
<version>2.24.0</version>
37+
<version>2.25.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.24.0'
44+
implementation 'com.auth0:auth0:2.25.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)