diff --git a/CHANGELOG.md b/CHANGELOG.md index a12ace28..6c41f1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.3.0](https://github.com/auth0/auth0-java/tree/2.3.0) (2023-05-11) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.2.0...2.3.0) + +**Added** +- Support Pushed Authorization Requests [\#534](https://github.com/auth0/auth0-java/pull/534) ([jimmyjames](https://github.com/jimmyjames)) + ## [2.2.0](https://github.com/auth0/auth0-java/tree/2.2.0) (2023-05-02) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.1.0...2.2.0) diff --git a/README.md b/README.md index ec8597a7..b923887a 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.2.0 + 2.3.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.2.0' +implementation 'com.auth0:auth0:2.3.0' ``` ### Configure the SDK