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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-07 17:33:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-07 17:33:47 +0300
commiteb5d7eb3ea9e0ac3d879ea9ebceef6a00a6d60c6 (patch)
tree79c8cd30c893c495075c734b61de2bf66973cf67
parent27b330b5821e97cc1720172176a06a42cf4b6533 (diff)
Version bumpv5.0.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 336a198..e21e81a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 5.0.2 – 2020-01-07
+### Added
+- Warning if protocol and/or appId protocols do not match
+### Changed
+- New and updated translations
+- Updated dependencies
+
## 5.0.1 – 2019-12-12
### Changed
- New and updated translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 18121b9..05f98f5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Two-Factor U2F</name>
<summary>U2F two-factor provider</summary>
<description>A two-factor provider for U2F devices</description>
- <version>5.0.1</version>
+ <version>5.0.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorU2F</namespace>
diff --git a/package-lock.json b/package-lock.json
index 092d27f..2e6d4c9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_u2f",
- "version": "5.0.1",
+ "version": "5.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 092b902..bc4534a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_u2f",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "U2F second factor provider for Nextcloud",
"private": true,
"dependencies": {