Skip to content

Commit

Permalink
Release 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 22, 2020
1 parent 6496121 commit a1d2e9a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.23.0](https://github.com/auth0/auth0-java/tree/1.23.0) (2020-10-22)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.22.1...1.23.0)

**Added**
- Add support for MFA OTP exchange [\#303](https://github.com/auth0/auth0-java/pull/303) ([jimmyjames](https://github.com/jimmyjames))
- Passwordless support [\#300](https://github.com/auth0/auth0-java/pull/300) ([jimmyjames](https://github.com/jimmyjames))
- Add scope to TokenHolder [\#297](https://github.com/auth0/auth0-java/pull/297) ([jimmyjames](https://github.com/jimmyjames))
- Add inicludeEmailInRedirect field for create email verification ticket endpoint [\#296](https://github.com/auth0/auth0-java/pull/296) ([jimmyjames](https://github.com/jimmyjames))

**Changed**
- Update dependencies [\#299](https://github.com/auth0/auth0-java/pull/299) ([jimmyjames](https://github.com/jimmyjames))

## [1.22.1](https://github.com/auth0/auth0-java/tree/1.22.1) (2020-10-13)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.22.0...1.22.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Get Auth0 Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.22.1</version>
<version>1.23.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.22.1'
implementation 'com.auth0:auth0:1.23.0'
```


Expand Down

0 comments on commit a1d2e9a

Please sign in to comment.