Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-02-11 15:58:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-02-11 15:58:52 +0300
commitdb36e4efab73efa189349bd30096e4be58f913c8 (patch)
tree6f43c6035009d24726d41db509dfb833bbb6ddd3 /CHANGELOG.md
parentfe0aa187a7bc5f32f37eb66a7b816137bae81cf3 (diff)
Add changelog for v2.1.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d7e540..d17d598 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.1.1 – 2019-02-12
+### Fixed
+- IE11 compatibility
+- Updated vulnerable `lodash` dependency
+- Fixed old settings page registrations causing log spam
+- Packaging of .git directory inside `vendor`
+
## 2.1.0 – 2018-12-12
### Added
- Ability to disable provider via `occ twofactor:disable <uid> totp`