Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jul 3, 2019
1 parent 2e5dc32 commit e63ddb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.2.4](https://github.com/auth0/auth0-spring-security-api/tree/1.2.4) (2019-07-03)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.2.3...1.2.4)

**Security**
- Bump dependency versions [\#31](https://github.com/auth0/auth0-spring-security-api/pull/31) ([jimmyjames](https://github.com/jimmyjames))

## [1.2.3](https://github.com/auth0/auth0-spring-security-api/tree/1.2.3) (2019-06-04)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.2.2...1.2.3)

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.2.3</version>
<version>1.2.4</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0-spring-security-api:1.2.3'
implementation 'com.auth0:auth0-spring-security-api:1.2.4'
```

## Usage
Expand Down

0 comments on commit e63ddb0

Please sign in to comment.