Skip to content

Commit

Permalink
Release 2.4.0 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Jun 16, 2023
2 parents 00eea52 + 2f505ac commit cf1e5e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [2.4.0](https://github.com/auth0/auth0-java/tree/2.4.0) (2023-06-15)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.3.0...2.4.0)

**Added**
- Support delete authenticator endpoint [\#541](https://github.com/auth0/auth0-java/pull/541) ([vasantteja](https://github.com/vasantteja))
- Support invalidate remembered browsers endpoint [\#543](https://github.com/auth0/auth0-java/pull/543) ([jimmyjames](https://github.com/jimmyjames))

**Fixed**
- Export users does not require connection_id [\#537](https://github.com/auth0/auth0-java/pull/537) ([jimmyjames](https://github.com/jimmyjames))

## [2.3.0](https://github.com/auth0/auth0-java/tree/2.3.0) (2023-05-11)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.2.0...2.3.0)

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

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.3.0'
implementation 'com.auth0:auth0:2.4.0'
```

### Configure the SDK
Expand Down

0 comments on commit cf1e5e5

Please sign in to comment.