diff --git a/CHANGELOG.md b/CHANGELOG.md index 234d696..9e56efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/src/JWTAuthBundle.php b/src/JWTAuthBundle.php index b2bd209..58c1ef1 100644 --- a/src/JWTAuthBundle.php +++ b/src/JWTAuthBundle.php @@ -11,7 +11,7 @@ class JWTAuthBundle extends Bundle { - const SDK_VERSION = "3.3.1"; + const SDK_VERSION = "3.4.0"; public function __construct() {