Skip to content

Commit

Permalink
Merge pull request #3396 from bolt/release/5.1.21
Browse files Browse the repository at this point in the history
Prepare release 5.1.21
  • Loading branch information
bobdenotter authored Jan 27, 2023
2 parents a0c05f3 + a9f7cbe commit 45c30eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## 5.1.21

Released: 2023-01-27

### 🐛 Bug fixes

- Fix PHPStan errors (on PHP 8.x) #3395

## 5.1.20

Released: 2023-01-20
Expand Down
2 changes: 1 addition & 1 deletion src/Security/AuthenticationEntryPointRedirector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Session\Session;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
use Symfony\Component\HttpFoundation\Session\Session;

class AuthenticationEntryPointRedirector implements AuthenticationEntryPointInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class Version
* Stable — 3.0.0
* Development — 3.1.0 alpha 1
*/
public const VERSION = '5.1.20';
public const VERSION = '5.1.21';
public const CODENAME = '';

/**
Expand Down

0 comments on commit 45c30eb

Please sign in to comment.