From 425093a142795981f55b2a406df0b25447c2eb10 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 17 Apr 2019 12:38:19 -0300 Subject: [PATCH] Release 1.12.0 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3729e7fb..7c6011f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.12.0](https://github.com/auth0/auth0-java/tree/1.12.0) (2019-04-17) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.11.0...1.12.0) + +**Added** +- Update Telemetry format and allow to customize it [\#195](https://github.com/auth0/auth0-java/pull/195) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Changed** +- Remove default version for search_engine [\#194](https://github.com/auth0/auth0-java/pull/194) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [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) diff --git a/README.md b/README.md index 80062c92..69ffefef 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.11.0 + 1.12.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.11.0' +implementation 'com.auth0:auth0:1.12.0' ```