Skip to content

Commit

Permalink
Release 2.0.0-beta.1 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Jan 26, 2023
1 parent a78c3b2 commit 0fc5291
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [2.0.0 Beta 1](https://github.com/auth0/auth0-java/tree/2.0.0-beta.1) (2023-01-26)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.0...2.0.0-beta.1)

**Added**
- Add support for MFA APIs [\#505](https://github.com/auth0/auth0-java/pull/505) ([poovamraj](https://github.com/poovamraj))
- Add support MFA Methods API [\#506](https://github.com/auth0/auth0-java/pull/506) ([poovamraj](https://github.com/poovamraj))
- Support JWT Client Authentication [\#507](https://github.com/auth0/auth0-java/pull/507) ([jimmyjames](https://github.com/jimmyjames))

## [2.0.0 Beta 0](https://github.com/auth0/auth0-java/tree/2.0.0-beta.0) (2023-01-12)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.2...2.0.0-beta.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>2.0.0-beta.0</version>
<version>2.0.0-beta.1</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.0.0-beta.0'
implementation 'com.auth0:auth0:2.0.0-beta.1'
```

### Configure the SDK
Expand Down

0 comments on commit 0fc5291

Please sign in to comment.