Skip to content

Commit

Permalink
Update CHANGELOG for v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Sep 15, 2021
1 parent 591673a commit d3dbf97
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
CHANGELOG
=========

For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v1.0.0...v2.12.6
For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v1.0.0...v2.13.0

## [2.13.0](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.13) (2021-09-15)

* bug [\#916](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/916) Allow to use custom authenticator by extending JWTAuthenticator ([fd6130](https://github.com/fd6130))
* bug [\#914](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/914) Bundle breaks application if Symfony Console not installed ([yivi](https://github.com/yivi))
* feature [\#912](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/912) Added argument to AuthenticationSuccessHandler to stop token from being removed from response ([naitsirch](https://github.com/naitsirch))
* bug [\#905](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/905) Changed `JWTAuthenticator::start` method return type to more generic `Response` type ([aurimasniekis](https://github.com/aurimasniekis))
* feature [\#903](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/903) Implement `AuthenticatorInterface::createToken()` (Symfony 5.4) ([chalasr](https://github.com/chalasr))

## [2.12.6](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.12.6) (2021-07-30)

Expand Down

0 comments on commit d3dbf97

Please sign in to comment.