Update change log & Bump version number

This commit is contained in:
Bubka 2024-11-17 23:27:14 +01:00
parent a2328aa46e
commit 8411f5b69d
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Change log
## [5.4.1] - 2024-11-17
### Security release
- Fix XSS & SSRF vulnerabilities (thx to the XBOW team).
- Content Security Policy is now available and enable by default. CSP helps to prevent or minimize the risk of certain types of security threats.
If CSP is already enable on your server, you can set the `CONTENT_SECURITY_POLICY` environment variable to `false` to disable it at 2FAuth level.
## [5.4.0] - 2024-11-08
### Changed

View File

@ -9,7 +9,7 @@
|
*/
'version' => '5.4.1-beta',
'version' => '5.4.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/',