diff options
author | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2017-06-22 11:04:19 -0300 |
---|---|---|
committer | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2017-06-22 11:04:19 -0300 |
commit | 09cac397efc4418119f1d0bdde792c433faf268f (patch) | |
tree | dbe74d5f4df45d54017a04fd012de18c7c88e721 | |
parent | 9aeb582d2d6c0c434328c390a5016e29e4c87710 (diff) | |
download | google2fa-09cac397efc4418119f1d0bdde792c433faf268f.zip google2fa-09cac397efc4418119f1d0bdde792c433faf268f.tar.gz google2fa-09cac397efc4418119f1d0bdde792c433faf268f.tar.bz2 |
Update changelog
-rw-r--r-- | changelog.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index c36c6bc..41c54fc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,19 @@ ## Change Log
+## [2.0.3] - 2016-06-22
+## [2.0.2] - 2016-06-21
+## [2.0.1] - 2016-06-20
+### Fixed
+- Minor bugs
+
+## [2.0.0] - 2016-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.
+- Added verifyKeyNewer() method to prevent reuse of keys.
+- Refactored to remove complexity, by extracting support methods.
+- Created a package playground page (https://pragmarx.com/google2fa)
+
## [2.0.0] - 2016-06-20
### Changed
- Drop the Laravel support in favor of a bridge package (https://github.com/antonioribeiro/google2fa-laravel).
|