diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c9d88b..ea424b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.6.0](https://github.com/auth0/auth0-java/tree/1.6.0) (2018-06-04) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.5.1...1.6.0) + +**Added** +- Expose additional error response properties in the Exception [\#123](https://github.com/auth0/auth0-java/pull/123) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add email-templates endpoints [\#117](https://github.com/auth0/auth0-java/pull/117) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.5.1](https://github.com/auth0/auth0-java/tree/1.5.1) (2018-03-01) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.5.0...1.5.1) diff --git a/README.md b/README.md index 210adfa1..9b5dd056 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.5.1 + 1.6.0 ``` or Gradle: ```gradle -compile 'com.auth0:auth0:1.5.1' +compile 'com.auth0:auth0:1.6.0' ```