Update change log & Bump version number

This commit is contained in:
Bubka 2023-09-14 13:42:57 +02:00
parent a0b3b668bb
commit ac98c0e735
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change log
## [4.2.1] - 2023-09-14
### Fixed
- [issue #227](https://github.com/Bubka/2FAuth/issues/227) PAT and Webauthn registration broken
## [4.2.0] - 2023-09-13
### Added

View File

@ -9,7 +9,7 @@ return [
|
*/
'version' => '4.2.0',
'version' => '4.2.1',
'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/',