diff --git a/changelog.md b/changelog.md index 62dfe6cd..0e968aba 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/config/2fauth.php b/config/2fauth.php index 8698d973..48fb562e 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ return [ | */ - 'version' => '3.3.2', + 'version' => '3.3.3', /* |--------------------------------------------------------------------------