diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8fbb3e..aece5d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.8.0](https://github.com/auth0/auth0-java/tree/2.8.0) (2023-11-07) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.7.0...2.8.0) + +**Fixed** +- Propagate error messages on rate limit exceptions [\#579](https://github.com/auth0/auth0-java/pull/579) ([jimmyjames](https://github.com/jimmyjames)) + ## [2.7.0](https://github.com/auth0/auth0-java/tree/2.7.0) (2023-10-31) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.6.1...2.7.0) diff --git a/README.md b/README.md index 4da400ed..6789a3bd 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.7.0 + 2.8.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.7.0' +implementation 'com.auth0:auth0:2.8.0' ``` ### Configure the SDK