Skip to content

Commit 02ff79d

Browse files
authored
Release 2.27.0 (#798)
1 parent acbb24d commit 02ff79d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.27.0

CHANGELOG.md

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

3+
## [2.27.0](https://github.com/auth0/auth0-java/tree/2.27.0) (2025-12-18)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.26.0...2.27.0)
5+
6+
**Added**
7+
- Feat: Add Google WorkSpace Provisioning Config Support [\#795](https://github.com/auth0/auth0-java/pull/795) ([tanya732](https://github.com/tanya732))
8+
9+
**Fixed**
10+
- Fix: updated token_lifetime to Integer [\#797](https://github.com/auth0/auth0-java/pull/797) ([tanya732](https://github.com/tanya732))
11+
312
## [2.26.0](https://github.com/auth0/auth0-java/tree/2.26.0) (2025-10-24)
413
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.25.0...2.26.0)
514

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Add the dependency via Maven:
3535
<dependency>
3636
<groupId>com.auth0</groupId>
3737
<artifactId>auth0</artifactId>
38-
<version>2.26.0</version>
38+
<version>2.27.0</version>
3939
</dependency>
4040
```
4141

4242
or Gradle:
4343

4444
```gradle
45-
implementation 'com.auth0:auth0:2.26.0'
45+
implementation 'com.auth0:auth0:2.27.0'
4646
```
4747

4848
### Configure the SDK

0 commit comments

Comments
 (0)