Complete change log & Bump version number

This commit is contained in:
Bubka 2023-12-29 00:57:57 +01:00
parent ddedcef61a
commit 78a1eebdd2
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change log
## [5.0.1] - 2023-12-29
### Fixed
- [issue #262](https://github.com/Bubka/2FAuth/issues/262) Missing custom base url support
## [5.0.0] - 2023-12-15
### 2FAuth v5, the not-so-major release

View File

@ -9,7 +9,7 @@ return [
|
*/
'version' => '5.0.0',
'version' => '5.0.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/',