From debc98f64552193ea02d49c438216722dc1b10ef Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 23 Oct 2018 09:57:52 -0300 Subject: [PATCH] Release 1.9.1 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ffb5bf..e6c2fc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.9.1](https://github.com/auth0/auth0-java/tree/1.9.1) (2018-10-23) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.9.0...1.9.1) + +**Security** +- Use jackson-databind 2.9.7 [\#168](https://github.com/auth0/auth0-java/pull/168) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.9.0](https://github.com/auth0/auth0-java/tree/1.9.0) (2018-09-25) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.8.0...1.9.0) diff --git a/README.md b/README.md index ec0f9166..e3615dd3 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.9.0 + 1.9.1 ``` or Gradle: ```gradle -compile 'com.auth0:auth0:1.9.0' +compile 'com.auth0:auth0:1.9.1' ```