Bump version & Update change log

This commit is contained in:
Bubka 2023-04-16 17:42:23 +02:00
parent c9de3674ba
commit a9cefc5f3a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change log
## [4.0.1] - 2023-04-16
### Fixed
- [issue #174](https://github.com/Bubka/2FAuth/issues/174) PHP Fatal error after latest Update
## [4.0.0] - 2023-04-14
Time for multi-user has arrived, here comes v4.0!

View File

@ -9,7 +9,7 @@ return [
|
*/
'version' => '4.0.0',
'version' => '4.0.1',
'repository' => 'https://github.com/Bubka/2FAuth',
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',