Skip to content

Commit

Permalink
Release 1.3.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Feb 7, 2020
1 parent fd3236e commit a265852
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,14 +18,14 @@ Get Auth0 Spring Security API using Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0-spring-security-api</artifactId>
<version>1.2.6</version>
<version>1.3.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0-spring-security-api:1.2.6'
implementation 'com.auth0:auth0-spring-security-api:1.3.0'
```

## Usage
Expand Down

0 comments on commit a265852

Please sign in to comment.