From 632fe5d66a15b411e9be0c122980944364a1dbfc Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Thu, 12 Jul 2018 14:04:28 -0700 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 11 +++++++++++ composer.json | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fafd060..8b2841c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/composer.json b/composer.json index b26585d..93ca21c 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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" } ],