Skip to content

Commit d4e0120

Browse files
authored
Release 2.0.0-beta.0 (#503)
1 parent 38a4e81 commit d4e0120

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [2.0.0 Beta 0](https://github.com/auth0/auth0-java/tree/2.0.0-beta.0) (2023-01-12)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.2...2.0.0-beta.0)
5+
6+
> **Warning** This SDK is in beta and is subject to breaking changes. It is not recommended for production use, but your feedback and help in testing is appreciated!
7+
8+
This release introduces several enhancement, including:
9+
- HTTP response information returned from requests
10+
- Additional HTTP client configurability
11+
- Authentication API improvements to not require a client secret
12+
- ... and more!
13+
14+
Please see the [Migration Guide](MIGRATION_GUIDE.md) for guidance on updating your application.
15+
316
## [1.44.2](https://github.com/auth0/auth0-java/tree/1.44.2) (2023-01-11)
417
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.1...1.44.2)
518

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Add the dependency via Maven:
3131
<dependency>
3232
<groupId>com.auth0</groupId>
3333
<artifactId>auth0</artifactId>
34-
<version>1.44.1</version>
34+
<version>2.0.0-beta.0</version>
3535
</dependency>
3636
```
3737

3838
or Gradle:
3939

4040
```gradle
41-
implementation 'com.auth0:auth0:1.44.1'
41+
implementation 'com.auth0:auth0:2.0.0-beta.0'
4242
```
4343

4444
### Configure the SDK

0 commit comments

Comments
 (0)