Skip to content

Commit 13027d5

Browse files
authored
Revert "Release 2.26.0" (#785)
1 parent 0a7dfc4 commit 13027d5

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.version

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

CHANGELOG.md

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

3-
## [2.26.0](https://github.com/auth0/auth0-java/tree/2.26.0) (2025-10-24)
4-
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.25.0...2.26.0)
5-
6-
**Added**
7-
- Adenix/client is token endpoint id header trusted [\#782](https://github.com/auth0/auth0-java/pull/782) ([tanya732](https://github.com/tanya732))
8-
- Feat: add constructor to set clientId on Client creation [\#781](https://github.com/auth0/auth0-java/pull/781) ([tanya732](https://github.com/tanya732))
9-
103
## [2.25.0](https://github.com/auth0/auth0-java/tree/2.25.0) (2025-09-30)
114
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.24.0...2.25.0)
125

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.26.0</version>
37+
<version>2.25.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

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

4747
### Configure the SDK

0 commit comments

Comments
 (0)