diff --git a/changelog.md b/changelog.md index 388aa5da..b7778ccb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Change log +## [4.2.1] - 2023-09-14 + +### Fixed + +- [issue #227](https://github.com/Bubka/2FAuth/issues/227) PAT and Webauthn registration broken + ## [4.2.0] - 2023-09-13 ### Added diff --git a/config/2fauth.php b/config/2fauth.php index 4cf5a855..71fc12be 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -9,7 +9,7 @@ return [ | */ - 'version' => '4.2.0', + 'version' => '4.2.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/',