File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- 2.20 .0
1+ 2.21 .0
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.21.0] ( https://github.com/auth0/auth0-java/tree/2.21.0 ) (2025-05-30)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.20.0...2.21.0 )
5+
6+ ** Added**
7+ - SDK Limit M2M Java Support [ \# 708] ( https://github.com/auth0/auth0-java/pull/708 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+ - Added support for GET/PATCH Connection Endpoints [ \# 718] ( https://github.com/auth0/auth0-java/pull/718 ) ([ tanya732] ( https://github.com/tanya732 ) )
9+ - Added support for EmailTemplate [ \# 720] ( https://github.com/auth0/auth0-java/pull/720 ) ([ tanya732] ( https://github.com/tanya732 ) )
10+
11+ ** Fixed**
12+ - Updated EnabledConnection [ \# 719] ( https://github.com/auth0/auth0-java/pull/719 ) ([ tanya732] ( https://github.com/tanya732 ) )
13+
314## [ 2.20.0] ( https://github.com/auth0/auth0-java/tree/2.20.0 ) (2025-05-06)
415[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.19.0...2.20.0 )
516
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.20 .0</version >
37+ <version >2.21 .0</version >
3838</dependency >
3939```
4040
4141or Gradle:
4242
4343``` gradle
44- implementation 'com.auth0:auth0:2.20 .0'
44+ implementation 'com.auth0:auth0:2.21 .0'
4545```
4646
4747### Configure the SDK
You can’t perform that action at this time.
0 commit comments