From 06b766febb7c6aab2bc701ca01e3614829009d44 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 1 May 2019 12:02:20 -0300 Subject: [PATCH] Release 1.13.2 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6caba4..508703ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.13.2](https://github.com/auth0/auth0-java/tree/1.13.2) (2019-05-01) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.1...1.13.2) + +**Fixed** +- Dynamically obtain the project version for telemetry [\#201](https://github.com/auth0/auth0-java/pull/201) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.13.1](https://github.com/auth0/auth0-java/tree/1.13.1) (2019-04-25) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.0...1.13.1) diff --git a/README.md b/README.md index 01b25b56..fddce903 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.13.1 + 1.13.2 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.13.1' +implementation 'com.auth0:auth0:1.13.2' ```