diff --git a/CHANGELOG.md b/CHANGELOG.md index d05d30b8..3729e7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.11.0](https://github.com/auth0/auth0-java/tree/1.11.0) (2019-03-14) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.10.0...1.11.0) + +**Added** +- Add "mark_email_as_verified" property to PasswordChangeTicket [\#189](https://github.com/auth0/auth0-java/pull/189) ([akvamalin](https://github.com/akvamalin)) + ## [1.10.0](https://github.com/auth0/auth0-java/tree/1.10.0) (2019-01-03) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.9.1...1.10.0) diff --git a/README.md b/README.md index e5f5d6bc..80062c92 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.10.0 + 1.11.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.10.0' +implementation 'com.auth0:auth0:1.11.0' ```