From 461c1df5b4c87204403ae19b9e80d055e17269b5 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:55:21 +0200 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 b677546e..9d44f5b6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Change log +## [5.3.2] - 2024-10-26 + +### Fixed + +- [issue #402](https://github.com/Bubka/2FAuth/issues/402) Error asking me to log out when using multiple devices, pressing back logs me in anyway + ## [5.3.1] - 2024-10-12 ### Fixed diff --git a/config/2fauth.php b/config/2fauth.php index d7f4488e..e2f0697c 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ | */ - 'version' => '5.3.1', + 'version' => '5.3.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/',