Bump version & Update change log

This commit is contained in:
Bubka 2022-08-11 10:36:42 +02:00
parent 85e34c6fb6
commit 66a4ddde0a
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Change log
## [3.3.3] - 2022-08-11
### Fixed
- [issue #110](https://github.com/Bubka/2FAuth/issues/110) Can't sign in with login/password after the removal of the last webauthn device
- [issue #111](https://github.com/Bubka/2FAuth/issues/111) Inappropriate notification about existing user during registration
- [issue #113](https://github.com/Bubka/2FAuth/issues/113) Password reset does not work
- [issue #115](https://github.com/Bubka/2FAuth/issues/115) WEBAUTHN_NAME .env variable set as null generates server error
## [3.3.1-3.3.2] - 2022-08-02
### Fixed

View File

@ -9,7 +9,7 @@ return [
|
*/
'version' => '3.3.2',
'version' => '3.3.3',
/*
|--------------------------------------------------------------------------