From a9cefc5f3a9a290b2eb1163d9b85a18fa64bfe05 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Sun, 16 Apr 2023 17:42:23 +0200 Subject: [PATCH] Bump version & Update change log --- changelog.md | 6 ++++++ config/2fauth.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d47608b8..8eac4d70 100644 --- a/changelog.md +++ b/changelog.md @@ -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! diff --git a/config/2fauth.php b/config/2fauth.php index abc08fb1..ab9742e6 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ | */ - 'version' => '4.0.0', + 'version' => '4.0.1', 'repository' => 'https://github.com/Bubka/2FAuth', 'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',