Skip to content

Commit 0fc5291

Browse files
authored
Release 2.0.0-beta.1 (#508)
1 parent a78c3b2 commit 0fc5291

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3838
or 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

0 commit comments

Comments
 (0)