From 855f16a8a1d2c4c3a73a4320de037978b0a3c892 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Tue, 2 Aug 2022 09:33:32 +0200 Subject: [PATCH] Update change log & Bump version number --- changelog.md | 6 ++++++ config/2fauth.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 63b90c52..ffed9921 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Change log +## [3.3.1] - 2022-08-02 + +### Fixed + +- [issue #109](https://github.com/Bubka/2FAuth/issues/109) Timeout right after login + ## [3.3] - 2022-08-01 ⚠️ This release drops PHP 7.4 support ⚠️ diff --git a/config/2fauth.php b/config/2fauth.php index 77f80d2a..f2885f72 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ | */ - 'version' => '3.3', + 'version' => '3.3.1', /* |--------------------------------------------------------------------------