Browse Source

Bump version number & Update change log

Bubka 3 months ago
parent
commit
2888e1e5be
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.5.2] - 2025-04-11
+
+### Fixed
+
+- [issue #472](https://github.com/Bubka/2FAuth/issues/472) QR scan reader blocked by csp
+
 ## [5.5.1] - 2025-04-11
 
 ### Changed

+ 1 - 1
config/2fauth.php

@@ -51,7 +51,7 @@ return [
     |
     */
 
-    'version' => '5.5.1',
+    'version' => '5.5.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/',