Browse Source

Bump version number & Update change log

Bubka 8 months ago
parent
commit
54f979ee25
2 changed files with 7 additions and 1 deletions
  1. 6 0
      changelog.md
  2. 1 1
      config/2fauth.php

+ 6 - 0
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

+ 1 - 1
config/2fauth.php

@@ -9,7 +9,7 @@ return [
     |
     */
 
-    '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/',