Skip to content

Commit cf1e5e5

Browse files
authored
Release 2.4.0 (#544)
2 parents 00eea52 + 2f505ac commit cf1e5e5

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [2.4.0](https://github.com/auth0/auth0-java/tree/2.4.0) (2023-06-15)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.3.0...2.4.0)
5+
6+
**Added**
7+
- Support delete authenticator endpoint [\#541](https://github.com/auth0/auth0-java/pull/541) ([vasantteja](https://github.com/vasantteja))
8+
- Support invalidate remembered browsers endpoint [\#543](https://github.com/auth0/auth0-java/pull/543) ([jimmyjames](https://github.com/jimmyjames))
9+
10+
**Fixed**
11+
- Export users does not require connection_id [\#537](https://github.com/auth0/auth0-java/pull/537) ([jimmyjames](https://github.com/jimmyjames))
12+
313
## [2.3.0](https://github.com/auth0/auth0-java/tree/2.3.0) (2023-05-11)
414
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.2.0...2.3.0)
515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Add the dependency via Maven:
3434
<dependency>
3535
<groupId>com.auth0</groupId>
3636
<artifactId>auth0</artifactId>
37-
<version>2.3.0</version>
37+
<version>2.4.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.3.0'
44+
implementation 'com.auth0:auth0:2.4.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)