From ad002bbca6d9e5a8c18e682b58162227a8b05c82 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Thu, 14 Mar 2019 15:40:47 -0300 Subject: [PATCH] Release 1.11.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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' ```