Skip to content

Commit 8959fc1

Browse files
authored
Release 2.19.0 (#706)
1 parent 3062e2a commit 8959fc1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.18.0
1+
2.19.0

CHANGELOG.md

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

3+
## [2.19.0](https://github.com/auth0/auth0-java/tree/2.19.0) (2025-03-28)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.18.0...2.19.0)
5+
6+
**Added**
7+
- Added support for SSO-FF [\#702](https://github.com/auth0/auth0-java/pull/702) ([tanya732](https://github.com/tanya732))
8+
- Check point pagination support for get connection [\#704](https://github.com/auth0/auth0-java/pull/704) ([tanya732](https://github.com/tanya732))
9+
310
## [2.18.0](https://github.com/auth0/auth0-java/tree/2.18.0) (2025-02-19)
411
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.17.0...2.18.0)
512

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.18.0</version>
37+
<version>2.19.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.18.0'
44+
implementation 'com.auth0:auth0:2.19.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)