From 54f979ee25ccc8e596ec57cb3bd9ee966b97d00b Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:57:23 +0100 Subject: [PATCH] Bump version number & Update change log --- changelog.md | 6 ++++++ config/2fauth.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 258b95db..7b92d225 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Change log +## [5.4.2] - 2024-11-18 + +### Changed + +- CSP has been turned off (for now) since it breaks the app under Google Chrome. ([#417](https://github.com/Bubka/2FAuth/issues/417)) + ## [5.4.1] - 2024-11-17 ### Security release diff --git a/config/2fauth.php b/config/2fauth.php index 8d585bc0..5b1a3347 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ | */ - 'version' => '5.4.1', + 'version' => '5.4.2', '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/',