Skip to content

Commit

Permalink
Bump version number & Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Oct 26, 2024
1 parent 528a3be commit 461c1df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## [5.3.2] - 2024-10-26

### Fixed

- [issue #402](https://github.com/Bubka/2FAuth/issues/402) Error asking me to log out when using multiple devices, pressing back logs me in anyway

## [5.3.1] - 2024-10-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion config/2fauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|
*/

'version' => '5.3.1',
'version' => '5.3.2',
'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/',
Expand Down

0 comments on commit 461c1df

Please sign in to comment.