Browse Source

Bump version number & Update change log

Bubka 2 years ago
parent
commit
a9f648cbc5
2 changed files with 7 additions and 1 deletions
  1. 6 0
      changelog.md
  2. 1 1
      config/2fauth.php

+ 6 - 0
changelog.md

@@ -1,5 +1,11 @@
 # Change log
 
+## [3.4.2] - 2023-01-25
+
+### Fixed
+
+- [issue #160](https://github.com/Bubka/2FAuth/issues/160) Steam otpauth URI from Aegis are rejected by the Import feature
+
 ## [3.4.1] - 2022-11-25
 
 ### Fixed

+ 1 - 1
config/2fauth.php

@@ -9,7 +9,7 @@ return [
     |
     */
 
-    'version' => '3.4.1',
+    'version' => '3.4.2',
     'repository' => 'https://github.com/Bubka/2FAuth',
     'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',