From 2e5fd0b03f859c8845ab290c23900eea68fdc488 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 22 May 2019 17:20:14 -0300 Subject: [PATCH] Release 1.13.3 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 508703ad..25f36b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.13.3](https://github.com/auth0/auth0-java/tree/1.13.3) (2019-05-22) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.2...1.13.3) + +**Fixed** +- Add missing metadata field to Connection object [\#206](https://github.com/auth0/auth0-java/pull/206) ([AlisonT1230](https://github.com/AlisonT1230)) + +**Security** +- Bump dependencies and solve security issues [\#209](https://github.com/auth0/auth0-java/pull/209) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [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) diff --git a/README.md b/README.md index fddce903..b274f016 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.13.2 + 1.13.3 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.13.2' +implementation 'com.auth0:auth0:1.13.3' ```