From 78a1eebdd2b300606071e19e3d8e68d317913256 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:57:57 +0100 Subject: [PATCH] Complete change log & Bump version number --- changelog.md | 6 ++++++ config/2fauth.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8d71f9b1..977cc751 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/config/2fauth.php b/config/2fauth.php index fff33bad..37b1906d 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -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/',