Skip to content

Commit f007c93

Browse files
authored
Release 2.0.0 (#517)
2 parents 5d2d911 + e55ad1f commit f007c93

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/auth0/auth0-java/tree/2.0.0) (2023-02-23)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.2...2.0.0)
5+
6+
2.0.0 introduces several enhances, including:
7+
- HTTP response information returned from requests
8+
- Additional HTTP client configurability
9+
- Ability to configure requests such as add additional parameters and headers
10+
- Support for Authentication API MFA-related APIs
11+
- Authentication API improvements to not require a client secret
12+
- ... and more!
13+
14+
As a major version release, 2.0.0 does include breaking changes.
15+
Please see the [Migration Guide](MIGRATION_GUIDE.md) for additional details as well as guidance for updating your application.
16+
317
## [2.0.0 Beta 2](https://github.com/auth0/auth0-java/tree/2.0.0-beta.2) (2023-02-13)
418
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.1...2.0.0-beta.2)
519

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Add the dependency via Maven:
3636
<dependency>
3737
<groupId>com.auth0</groupId>
3838
<artifactId>auth0</artifactId>
39-
<version>2.0.0-beta.2</version>
39+
<version>2.0.0</version>
4040
</dependency>
4141
```
4242

4343
or Gradle:
4444

4545
```gradle
46-
implementation 'com.auth0:auth0:2.0.0-beta.2'
46+
implementation 'com.auth0:auth0:2.0.0'
4747
```
4848

4949
### Configure the SDK

0 commit comments

Comments
 (0)