diff --git a/.version b/.version index 7a25c70f9..a5f3e61bd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.26.0 +2.27.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7664dcff5..8dc5a666b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.27.0](https://github.com/auth0/auth0-java/tree/2.27.0) (2025-12-18) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.26.0...2.27.0) + +**Added** +- Feat: Add Google WorkSpace Provisioning Config Support [\#795](https://github.com/auth0/auth0-java/pull/795) ([tanya732](https://github.com/tanya732)) + +**Fixed** +- Fix: updated token_lifetime to Integer [\#797](https://github.com/auth0/auth0-java/pull/797) ([tanya732](https://github.com/tanya732)) + ## [2.26.0](https://github.com/auth0/auth0-java/tree/2.26.0) (2025-10-24) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.25.0...2.26.0) diff --git a/README.md b/README.md index 2ce729c32..1c1ce5b8a 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.26.0 + 2.27.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.26.0' +implementation 'com.auth0:auth0:2.27.0' ``` ### Configure the SDK