Skip to content

Commit df8bf2b

Browse files
committed
Release 1.4.0
1 parent 4bc371a commit df8bf2b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.4.0](https://github.com/auth0/auth0-spring-security-api/tree/1.4.0) (2020-06-18)
4+
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.3.1...1.4.0)
5+
6+
**Added**
7+
- 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))
8+
- Deal with list of issuers in JwtAuthenticationProvider [\#30](https://github.com/auth0/auth0-spring-security-api/pull/30) ([coperator](https://github.com/coperator))
9+
310
## [1.3.1](https://github.com/auth0/auth0-spring-security-api/tree/1.3.1) (2020-04-24)
411
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.3.0...1.3.1)
512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Get Auth0 Spring Security API using Maven:
1818
<dependency>
1919
<groupId>com.auth0</groupId>
2020
<artifactId>auth0-spring-security-api</artifactId>
21-
<version>1.3.1</version>
21+
<version>1.4.0</version>
2222
</dependency>
2323
```
2424

2525
or Gradle:
2626

2727
```gradle
28-
implementation 'com.auth0:auth0-spring-security-api:1.3.1'
28+
implementation 'com.auth0:auth0-spring-security-api:1.4.0'
2929
```
3030

3131
## Usage

0 commit comments

Comments
 (0)