Skip to content

Commit 920affc

Browse files
Release 2.16.0 (#681)
2 parents 4ad68f1 + 13cded1 commit 920affc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.15.0
1+
2.16.0

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [2.16.0](https://github.com/auth0/auth0-java/tree/2.16.0) (2024-12-03)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.15.0...2.16.0)
5+
6+
**Added**
7+
- Added support for custom prompts [\#680](https://github.com/auth0/auth0-java/pull/680) ([tanya732](https://github.com/tanya732))
8+
- Added phone number identifier in signup Auth API [\#679](https://github.com/auth0/auth0-java/pull/679) ([tanya732](https://github.com/tanya732))
9+
- Added is_signup_enabled field to OrganizationConnection [\#677](https://github.com/auth0/auth0-java/pull/677) ([tanya732](https://github.com/tanya732))
10+
311
## [2.15.0](https://github.com/auth0/auth0-java/tree/2.15.0) (2024-10-31)
412
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.14.0...2.15.0)
513

README.md

+2-2
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.15.0</version>
37+
<version>2.16.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.15.0'
44+
implementation 'com.auth0:auth0:2.16.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)