File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.0.0 Beta 1] ( https://github.com/auth0/auth0-java/tree/2.0.0-beta.1 ) (2023-01-26)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/2.0.0-beta.0...2.0.0-beta.1 )
5+
6+ ** Added**
7+ - Add support for MFA APIs [ \# 505] ( https://github.com/auth0/auth0-java/pull/505 ) ([ poovamraj] ( https://github.com/poovamraj ) )
8+ - Add support MFA Methods API [ \# 506] ( https://github.com/auth0/auth0-java/pull/506 ) ([ poovamraj] ( https://github.com/poovamraj ) )
9+ - Support JWT Client Authentication [ \# 507] ( https://github.com/auth0/auth0-java/pull/507 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
10+
311## [ 2.0.0 Beta 0] ( https://github.com/auth0/auth0-java/tree/2.0.0-beta.0 ) (2023-01-12)
412[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.44.2...2.0.0-beta.0 )
513
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Add the dependency via Maven:
3131<dependency >
3232 <groupId >com.auth0</groupId >
3333 <artifactId >auth0</artifactId >
34- <version >2.0.0-beta.0 </version >
34+ <version >2.0.0-beta.1 </version >
3535</dependency >
3636```
3737
3838or Gradle:
3939
4040``` gradle
41- implementation 'com.auth0:auth0:2.0.0-beta.0 '
41+ implementation 'com.auth0:auth0:2.0.0-beta.1 '
4242```
4343
4444### Configure the SDK
You can’t perform that action at this time.
0 commit comments