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 <ChristophWurst@users.noreply.github.com>2019-03-07 11:54:54 +0300
committerGitHub <noreply@github.com>2019-03-07 11:54:54 +0300
commitac8c7112a261db893b0ac025408068855c45ed3a (patch)
tree4e818ab5d7263ee41fcd4badb50a1386946244c6
parentfd5edb4f3054cb5e676e896103811e1cc86ef46b (diff)
parentd8b6fc7712b1d4d15adffab1f286032e165a94e3 (diff)
Merge pull request #492 from nextcloud/release/2.1.2v2.1.2
Release v2.1.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d17d598..e8a875e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.1.2 – 2019-03-07
+### Fixed
+- Initial migration for outdated database schemas
+- App name typo
+### Changed
+- Updated translations
+- Updated dependencies
+
## 2.1.1 – 2019-02-12
### Fixed
- IE11 compatibility
diff --git a/package-lock.json b/package-lock.json
index a2f0bfa..effbd77 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_totp",
- "version": "2.1.1",
+ "version": "2.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3c09c39..d4ad92c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
- "version": "2.1.1",
+ "version": "2.1.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,