Skip to content

Commit

Permalink
Release 2.16.0 (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpandey13 authored Dec 3, 2024
2 parents 4ad68f1 + 13cded1 commit 920affc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.15.0
2.16.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [2.16.0](https://github.com/auth0/auth0-java/tree/2.16.0) (2024-12-03)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.15.0...2.16.0)

**Added**
- Added support for custom prompts [\#680](https://github.com/auth0/auth0-java/pull/680) ([tanya732](https://github.com/tanya732))
- Added phone number identifier in signup Auth API [\#679](https://github.com/auth0/auth0-java/pull/679) ([tanya732](https://github.com/tanya732))
- Added is_signup_enabled field to OrganizationConnection [\#677](https://github.com/auth0/auth0-java/pull/677) ([tanya732](https://github.com/tanya732))

## [2.15.0](https://github.com/auth0/auth0-java/tree/2.15.0) (2024-10-31)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.14.0...2.15.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.15.0</version>
<version>2.16.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.15.0'
implementation 'com.auth0:auth0:2.16.0'
```

### Configure the SDK
Expand Down

0 comments on commit 920affc

Please sign in to comment.