diff --git a/CHANGELOG.md b/CHANGELOG.md index f72046a8..3036b101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.0.0 Beta 2](https://github.com/auth0/auth0-java/tree/2.0.0-beta.2) (2023-02-13) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.1...2.0.0-beta.2) + +**Changed** +- Update to latest java-jwt version [\#512](https://github.com/auth0/auth0-java/pull/512) ([jimmyjames](https://github.com/jimmyjames)) + ## [2.0.0 Beta 1](https://github.com/auth0/auth0-java/tree/2.0.0-beta.1) (2023-01-26) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.0...2.0.0-beta.1) diff --git a/README.md b/README.md index 2fec2ec2..40c78194 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.0.0-beta.1 + 2.0.0-beta.2 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.0.0-beta.1' +implementation 'com.auth0:auth0:2.0.0-beta.2' ``` ### Configure the SDK