From 1dce8d9bd4bfa9bf097ebd27496de2f6979dcf54 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Fri, 11 Apr 2025 23:09:19 +0200 Subject: [PATCH] Bump version number & Update change log --- changelog.md | 10 ++++++++++ config/2fauth.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0efab365..2c8bb0db 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ # Change log +## [5.5.1] - 2025-04-11 + +### Changed + +- The _Show next OTP_ user preference is enabled by default + +### Fixed + +- [issue #472](https://github.com/Bubka/2FAuth/issues/472) QR scan reader blocked by csp + ## [5.5.0] - 2025-03-27 ### Announcement diff --git a/config/2fauth.php b/config/2fauth.php index ae3b60bf..4446174c 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -51,7 +51,7 @@ return [ | */ - 'version' => '5.5.0', + 'version' => '5.5.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/',