Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Jun 22, 2020
1 parent 87fccb0 commit 02862de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [3.4.0](https://github.com/auth0/jwt-auth-bundle/tree/3.4.0) (2020-06-22)
[Full Changelog](https://github.com/auth0/jwt-auth-bundle/compare/3.3.1...3.4.0)

**Added**
- Add support for autowiring [\#94](https://github.com/auth0/jwt-auth-bundle/pull/94) ([dunglas](https://github.com/dunglas))
- Give access to the raw JWT in the user provider [\#97](https://github.com/auth0/jwt-auth-bundle/pull/97) ([dunglas](https://github.com/dunglas))

**Changed**
- Remove unused argument, and unused property [\#95](https://github.com/auth0/jwt-auth-bundle/pull/95) ([dunglas](https://github.com/dunglas))

## [3.3.1](https://github.com/auth0/jwt-auth-bundle/tree/3.3.1) (2019-12-10)
[Full Changelog](https://github.com/auth0/jwt-auth-bundle/compare/3.3.0...3.3.1)

Expand All @@ -9,7 +19,6 @@
## [3.3.0](https://github.com/auth0/jwt-auth-bundle/tree/3.3.0) (2019-12-05)
[Full Changelog](https://github.com/auth0/jwt-auth-bundle/compare/3.2.0...3.3.0)


**Closed issues**
- new release [\#86](https://github.com/auth0/jwt-auth-bundle/issues/86)
- Remove SimplePreAuthenticatorInterface? [\#80](https://github.com/auth0/jwt-auth-bundle/issues/80)
Expand Down
2 changes: 1 addition & 1 deletion src/JWTAuthBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class JWTAuthBundle extends Bundle
{
const SDK_VERSION = "3.3.1";
const SDK_VERSION = "3.4.0";

public function __construct()
{
Expand Down

0 comments on commit 02862de

Please sign in to comment.