From c52cb88e343340b4b172f369d16558c9b837c2d6 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Thu, 15 Aug 2019 11:00:17 -0500 Subject: [PATCH] Release 1.14.2 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fe3b5f..67de061d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.14.2](https://github.com/auth0/auth0-java/tree/1.14.2) (2019-08-15) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.1...1.14.2) + +**Fixed** +- Find the right JDK version for Telemetry [\#220](https://github.com/auth0/auth0-java/pull/220) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Security** +- Update dependencies [\#222](https://github.com/auth0/auth0-java/pull/222) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.14.1](https://github.com/auth0/auth0-java/tree/1.14.1) (2019-07-03) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.0...1.14.1) diff --git a/README.md b/README.md index cbf87e1c..66df1604 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.14.1 + 1.14.2 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.14.1' +implementation 'com.auth0:auth0:1.14.2' ```