Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jun 18, 2020
1 parent 4bc371a commit df8bf2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.4.0](https://github.com/auth0/auth0-spring-security-api/tree/1.4.0) (2020-06-18)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.3.1...1.4.0)

**Added**
- Add WWW-Authenticate header for 401 and 403 requests [\#51](https://github.com/auth0/auth0-spring-security-api/pull/51) ([jimmyjames](https://github.com/jimmyjames))
- Deal with list of issuers in JwtAuthenticationProvider [\#30](https://github.com/auth0/auth0-spring-security-api/pull/30) ([coperator](https://github.com/coperator))

## [1.3.1](https://github.com/auth0/auth0-spring-security-api/tree/1.3.1) (2020-04-24)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.3.0...1.3.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.3.1</version>
<version>1.4.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0-spring-security-api:1.3.1'
implementation 'com.auth0:auth0-spring-security-api:1.4.0'
```

## Usage
Expand Down

0 comments on commit df8bf2b

Please sign in to comment.