Skip to content

Commit 1e4ce71

Browse files
authored
Merge pull request #58 from auth0/release-1.4.1
Release 1.4.1
2 parents 746de3f + 4e2cbba commit 1e4ce71

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/auth0/auth0-spring-security-api/tree/1.4.1) (2021-02-25)
4+
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.0...1.4.1)
5+
6+
**Changed**
7+
- Update dependencies [\#57](https://github.com/auth0/auth0-spring-security-api/pull/57) ([jimmyjames](https://github.com/jimmyjames))
8+
39
## [1.4.0](https://github.com/auth0/auth0-spring-security-api/tree/1.4.0) (2020-06-18)
410
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.3.1...1.4.0)
511

README.md

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

2626
or Gradle:
2727

2828
```gradle
29-
implementation 'com.auth0:auth0-spring-security-api:1.4.0'
29+
implementation 'com.auth0:auth0-spring-security-api:1.4.1'
3030
```
3131

3232
## Usage

0 commit comments

Comments
 (0)