diff --git a/changelog.md b/changelog.md index 241f144f..621e3b24 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Change log +## [5.1.0] - 2024-03-21 + +### Fixed + +- [issue #326](https://github.com/Bubka/2FAuth/issues/326) Admin panel not working when using security device +- [issue #327](https://github.com/Bubka/2FAuth/issues/327) "Keep SSO registration enabled" is not saved + ## [5.1.0] - 2024-03-08 Hey Administrators, this release is for you, a brand new Admin Panel has arrived. diff --git a/config/2fauth.php b/config/2fauth.php index 188631ca..9b3dfb35 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ return [ | */ - 'version' => '5.1.0', + 'version' => '5.1.1', 'repository' => 'https://github.com/Bubka/2FAuth', 'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest', 'installDocUrl' => 'https://docs.2fauth.app/getting-started/installation/self-hosted-server/',