diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c7b7b6..3dc5eb2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.37.0](https://github.com/auth0/auth0-java/tree/1.37.0) (2022-01-20) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.36.1...1.37.0) + +**Added** +- Add support for Connection realms [\#397](https://github.com/auth0/auth0-java/pull/397) ([jimmyjames](https://github.com/jimmyjames)) +- Improve logging [\#392](https://github.com/auth0/auth0-java/pull/392) ([jimmyjames](https://github.com/jimmyjames)) + +**Deprecated** +- Deprecate setLoggingEnabled on API clients [\#396](https://github.com/auth0/auth0-java/pull/396) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.36.1](https://github.com/auth0/auth0-java/tree/1.36.1) (2022-01-14) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.36.0...1.36.1) diff --git a/README.md b/README.md index aa9045df..df56501e 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.36.1 + 1.37.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.36.1' +implementation 'com.auth0:auth0:1.37.0' ```