Update change log & Bump version number

This commit is contained in:
Bubka 2023-06-30 15:10:01 +02:00
parent 1c100a276d
commit cb605cabbd
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Change log # Change log
## [4.0.3] - 2023-06-30
### Security release
- Fix possible SQL injection in validation rule (thx [@YouGina](https://github.com/YouGina))
- Fix various possible XSS injections (thx [@quirinziessler](https://github.com/quirinziessler))
## [4.0.2] - 2023-04-19 ## [4.0.2] - 2023-04-19
### Fixed ### Fixed

View File

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