diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc49d38..cce28926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.42.0](https://github.com/auth0/auth0-java/tree/1.42.0) (2022-05-20) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.41.0...1.42.0) + +**Added** +- Added support for Key management API [\#431](https://github.com/auth0/auth0-java/pull/431) ([poovamraj](https://github.com/poovamraj)) +- Support for custom scheme URL [\#429](https://github.com/auth0/auth0-java/pull/429) ([poovamraj](https://github.com/poovamraj)) +- Add enabled connections on organization [\#426](https://github.com/auth0/auth0-java/pull/426) ([charliearaya](https://github.com/charliearaya)) + ## [1.41.0](https://github.com/auth0/auth0-java/tree/1.41.0) (2022-04-19) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.40.2...1.41.0) diff --git a/README.md b/README.md index 0c84f2e4..55e9fde3 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.41.0 + 1.42.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.41.0' +implementation 'com.auth0:auth0:1.42.0' ```