Update change log & Bump version number

This commit is contained in:
Bubka 2022-08-02 09:33:32 +02:00
parent 6da24f7063
commit 855f16a8a1
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change log # 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 ## [3.3] - 2022-08-01
⚠️ This release drops PHP 7.4 support ⚠️ ⚠️ This release drops PHP 7.4 support ⚠️

View File

@ -9,7 +9,7 @@ return [
| |
*/ */
'version' => '3.3', 'version' => '3.3.1',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------