Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jul 12, 2018
1 parent aba4cfd commit 632fe5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [3.1.0](https://github.com/auth0/jwt-auth-bundle/tree/3.1.0) (2018-07-12)
[Full Changelog](https://github.com/auth0/jwt-auth-bundle/compare/3.0.2...3.1.0)

**Closed issues**
- Support Symfony4 [\#55](https://github.com/auth0/jwt-auth-bundle/issues/55)
- Allow multiple audiences in config [\#54](https://github.com/auth0/jwt-auth-bundle/issues/54)

**Added**
- Add multiple audiences capability to JWT verification [\#57](https://github.com/auth0/jwt-auth-bundle/pull/57) ([joshcanhelp](https://github.com/joshcanhelp))
- Allow symfony/framework-bundle 4.x [\#56](https://github.com/auth0/jwt-auth-bundle/pull/56) ([ricbra](https://github.com/ricbra))

## [3.0.2](https://github.com/auth0/jwt-auth-bundle/tree/3.0.2) (2017-07-19)
[Full Changelog](https://github.com/auth0/jwt-auth-bundle/compare/2.0.0...3.0.2)

Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auth0/jwt-auth-bundle",
"type": "symfony-bundle",
"description": "Support for authenticating users JWT.",
"description": "Support for authenticating users with a JWT in Symfony.",
"keywords": [
"authentication",
"firewall",
Expand All @@ -15,7 +15,11 @@
"authors": [
{
"name": "Germán Lena",
"email": "german.lena@gmail.com"
"email": "german@auth0.com"
},
{
"name": "Josh Cunningham",
"email": "josh.cunningham@auth0.com"
}
],

Expand Down

0 comments on commit 632fe5d

Please sign in to comment.