From a2658527023c5d62bab609801fce729b83993bbb Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Fri, 7 Feb 2020 10:31:55 -0600 Subject: [PATCH] Release 1.3.0 (#41) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d764e3b..12bae32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.3.0](https://github.com/auth0/auth0-spring-security-api/tree/1.3.0) (2020-02-07) +[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.2.6...1.3.0) + +**Added** +- Extract authorities from permissions claim [\#40](https://github.com/auth0/auth0-spring-security-api/pull/40) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.2.6](https://github.com/auth0/auth0-spring-security-api/tree/1.2.6) (2019-09-26) [Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.2.5...1.2.6) diff --git a/README.md b/README.md index f5c04ae..6eda6a1 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Get Auth0 Spring Security API using Maven: com.auth0 auth0-spring-security-api - 1.2.6 + 1.3.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0-spring-security-api:1.2.6' +implementation 'com.auth0:auth0-spring-security-api:1.3.0' ``` ## Usage