Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed May 31, 2018
1 parent 48d860f commit 0494c94
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.1.0](https://github.com/auth0/auth0-spring-security-api/tree/1.1.0) (2018-05-31)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.0.0...1.1.0)

**Added**
- Allow to set a leeway for JWT verification [\#57](https://github.com/auth0/auth0-spring-security-api/pull/57) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.0.0](https://github.com/auth0/auth0-spring-security-api/tree/1.0.0) (2018-01-26)
[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.0.0-rc.3...1.0.0)

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.0.0</version>
<version>1.1.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0-spring-security-api:1.0.0'
compile 'com.auth0:auth0-spring-security-api:1.1.0'
```

## Usage
Expand Down

0 comments on commit 0494c94

Please sign in to comment.