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-11-18 12:33:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-11-18 12:33:47 +0300
commitba83975afb9e73dd532b009b329456c36505b36e (patch)
treed6061217c429e0be6c3f978dc4fe81fa7a1c9cc8
parent923905a524d9d04123d0578988de7d185f9d9f98 (diff)
v6.2.0 RC1v6.2.0-rc1
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 e44f913..8440301 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 6.2.0 – unreleased
+### Added
+- Nextcloud 23 support
+### Changed
+- New and updated translations
+- Updated dependencies
+
## 6.1.0 – 2021-06-24
### Added
- Nextcloud 22 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4c572f1..6cf2965 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>6.2.0-alpha.1</version>
+ <version>6.2.0-RC.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
diff --git a/package-lock.json b/package-lock.json
index 6bff171..5bcedeb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_totp",
- "version": "6.1.0",
+ "version": "6.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1011164..6eb10fc 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
- "version": "6.1.0",
+ "version": "6.2.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,