Bump version number & Update change log

This commit is contained in:
Bubka 2023-11-21 13:44:31 +01:00
parent 7fe9d1a32c
commit c765bfdb4b
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Change log # Change log
## [4.2.4] - 2023-11-21
### Changed
- [PR #242](https://github.com/Bubka/2FAuth/pull/242) The Docker image now embed the PostgreSQL PHP extensions, thanks to [@stavros-k](https://github.com/stavros-k)
### Fixed
- [PR #235](https://github.com/Bubka/2FAuth/pull/235) Fix build badge broken, thanks to [@sy-records](https://github.com/sy-records)
## [4.2.3] - 2023-09-26 ## [4.2.3] - 2023-09-26
### Fixed ### Fixed

View File

@ -9,7 +9,7 @@ return [
| |
*/ */
'version' => '4.2.3', 'version' => '4.2.4',
'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',
'installDocUrl' => 'https://docs.2fauth.app/getting-started/installation/self-hosted-server/', 'installDocUrl' => 'https://docs.2fauth.app/getting-started/installation/self-hosted-server/',