From 2635094ad8193e91212307f57b6da364e50eb13f Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 1 Nov 2017 17:26:31 -0300 Subject: [PATCH] Release 1.3.1 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f28ca40..536dec67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.3.1](https://github.com/auth0/auth0-java/tree/1.3.1) (2017-11-01) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.3.0...1.3.1) +**Closed issues** +- NullPointerException, StdDeserializer [\#78](https://github.com/auth0/auth0-java/issues/78) + +**Fixed** +- Upgrade Jackson-databind dependency [\#82](https://github.com/auth0/auth0-java/pull/82) ([LuisSaybe](https://github.com/LuisSaybe)) + ## [1.3.0](https://github.com/auth0/auth0-java/tree/1.3.0) (2017-09-08) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.2.0...1.3.0) diff --git a/README.md b/README.md index 484a1322..db1b9011 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.3.0 + 1.3.1 ``` or Gradle: ```gradle -compile 'com.auth0:auth0:1.3.0' +compile 'com.auth0:auth0:1.3.1' ```