File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- 2.17 .0
1+ 2.18 .0
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.18.0] ( https://github.com/auth0/auth0-java/tree/2.18.0 ) (2025-02-19)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.17.0...2.18.0 )
5+
6+ ** Added**
7+ - Added missing fields in LogEventClass [ \# 698] ( https://github.com/auth0/auth0-java/pull/698 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+ - Added support for revoke session endpoint [ \# 699] ( https://github.com/auth0/auth0-java/pull/699 ) ([ tanya732] ( https://github.com/tanya732 ) )
9+ - Added Connection's SCIM Server Support [ \# 696] ( https://github.com/auth0/auth0-java/pull/696 ) ([ tanya732] ( https://github.com/tanya732 ) )
10+
311## [ 2.17.0] ( https://github.com/auth0/auth0-java/tree/2.17.0 ) (2025-01-10)
412[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.16.0...2.17.0 )
513
Original file line number Diff line number Diff 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.17 .0</version >
37+ <version >2.18 .0</version >
3838</dependency >
3939```
4040
4141or Gradle:
4242
4343``` gradle
44- implementation 'com.auth0:auth0:2.17 .0'
44+ implementation 'com.auth0:auth0:2.18 .0'
4545```
4646
4747### Configure the SDK
You can’t perform that action at this time.
0 commit comments