From 3bf99c36fd12606959edbe8368bb8f9816da5c83 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 23 Apr 2019 18:32:37 -0300 Subject: [PATCH] Release 1.13.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6011f1..b4282d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.13.0](https://github.com/auth0/auth0-java/tree/1.13.0) (2019-04-23) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.12.0...1.13.0) + +**Added** +- Add support for Core Authorization's User Roles and Permissions [\#193](https://github.com/auth0/auth0-java/pull/193) ([jakbutler](https://github.com/jakbutler)) + ## [1.12.0](https://github.com/auth0/auth0-java/tree/1.12.0) (2019-04-17) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.11.0...1.12.0) diff --git a/README.md b/README.md index 6b887664..c22beac6 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.12.0 + 1.13.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.12.0' +implementation 'com.auth0:auth0:1.13.0' ```