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' ```