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>2017-05-09 13:35:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-09 13:35:07 +0300
commit3d87e9c466457b6236ffbd27c4bba3c7b37705b9 (patch)
tree0ef4c97965e94e1e1612c38bfa9b9a34ca8e8a83
parentc25601a0baeb63eadcd06029fde52d7d6c769673 (diff)
Version bump, update changelognightly-20170509
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fccc9f..b628d67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.3.2 – unreleased
+### Fixed
+- Login fails when using multiple U2F devices
+
+## 1.3.1 – 2017-05-04
+### Fixed
+- Login fails when using multiple U2F devices
+
## 1.3.0 – 2017-05-02
### Added
- Support for multiple U2F devices
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4cee48f..86d8300 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>1.3.0</version>
+ <version>1.3.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorU2F</namespace>