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>2021-01-25 11:27:28 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-25 11:27:28 +0300
commit41220cc13714cf93522e7ee6b287a24bcc9d9127 (patch)
tree6e96e342a9bf3f037fd4c627959fa6f586573200
parent557965df4013c2c6869d32650bf984cdb3a66390 (diff)
v6.0.0v6.0.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81a6396..d7f6b72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 6.0.0 – 2020-08-26
+### Added
+- Nextcloud 21 support
+### Changed
+- New and updated translations
+- Updated dependencies
+### Removed
+- Nextcloud 18-20 support
+
## 5.0.0 – 2020-08-26
### Added
- Nextcloud 20 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1fb9d0a..5068bdb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two-Factor TOTP Provider</name>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
- <version>5.0.0</version>
+ <version>6.0.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
diff --git a/package-lock.json b/package-lock.json
index a5993fd..2e5a11c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_totp",
- "version": "5.0.0",
+ "version": "6.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index b0ecdba..e7b9b38 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
- "version": "5.0.0",
+ "version": "6.0.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,