Skip to content

Commit

Permalink
Release 2.0.0-beta.0 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Jan 12, 2023
1 parent 38a4e81 commit d4e0120
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [2.0.0 Beta 0](https://github.com/auth0/auth0-java/tree/2.0.0-beta.0) (2023-01-12)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.2...2.0.0-beta.0)

> **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!
This release introduces several enhancement, including:
- HTTP response information returned from requests
- Additional HTTP client configurability
- Authentication API improvements to not require a client secret
- ... and more!

Please see the [Migration Guide](MIGRATION_GUIDE.md) for guidance on updating your application.

## [1.44.2](https://github.com/auth0/auth0-java/tree/1.44.2) (2023-01-11)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.1...1.44.2)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.44.1</version>
<version>2.0.0-beta.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.44.1'
implementation 'com.auth0:auth0:2.0.0-beta.0'
```

### Configure the SDK
Expand Down

0 comments on commit d4e0120

Please sign in to comment.