diff options
author | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2017-08-27 20:11:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 20:11:36 -0300 |
commit | fbc72c68e92cdc9fcd7866688ce6a8e278548761 (patch) | |
tree | 7af74d0ed785b70f2483d71d638861d899bee11b | |
parent | 394b3ae1c7f7ba267cb632722f214f8fd7fe1cd1 (diff) | |
parent | 94e82e6d13a735e272eadc96d5b1890546fe1b75 (diff) | |
download | google2fa-fbc72c68e92cdc9fcd7866688ce6a8e278548761.zip google2fa-fbc72c68e92cdc9fcd7866688ce6a8e278548761.tar.gz google2fa-fbc72c68e92cdc9fcd7866688ce6a8e278548761.tar.bz2 |
Merge pull request #80 from kalfheim/patch-1HEADorigin/masterorigin/HEADmaster
Fix date in recent changelog entries
-rw-r--r-- | changelog.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/changelog.md b/changelog.md index 40e66e8..2d96ca5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,16 +1,16 @@ ## Change Log
-## [2.0.4] - 2016-06-22
+## [2.0.4] - 2017-06-22
### Fixed
- Fix Base32 to keep supporting PHP 5.4 && 5.5.
-## [2.0.3] - 2016-06-22
-## [2.0.2] - 2016-06-21
-## [2.0.1] - 2016-06-20
+## [2.0.3] - 2017-06-22
+## [2.0.2] - 2017-06-21
+## [2.0.1] - 2017-06-20
### Fixed
- Minor bugs
-## [2.0.0] - 2016-06-20
+## [2.0.0] - 2017-06-20
### Changed
- Drop the Laravel support in favor of a bridge package (https://github.com/antonioribeiro/google2fa-laravel).
- Using a more secure Base 32 algorithm, to prevent cache-timing attacks.
@@ -18,7 +18,7 @@ - Refactored to remove complexity, by extracting support methods.
- Created a package playground page (https://pragmarx.com/google2fa)
-## [2.0.0] - 2016-06-20
+## [2.0.0] - 2017-06-20
### Changed
- Drop the Laravel support in favor of a bridge package (https://github.com/antonioribeiro/google2fa-laravel).
- Using a more secure Base 32 algorithm, to prevent cache-timing attacks.
|