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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-17 10:34:37 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-17 10:34:37 +0300
commitba6c58b48cad4f402eaf344e87ace9f9381ea309 (patch)
treefe2146ec9ac569356d93e775bc23669a851e3fb1
parent79e84f0b6008171cc60b1d304da7f3daad1152f1 (diff)
Version bumpv0.16.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a04e6ab..50218de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.16.0 - 2020-04-17
+### Added
+- Nextcloud 19 support
+- Clickatell.com gateway support
+- OVH SMS gateway support
+### Changed
+- New and updated translations
+- Updated dependencies
+### Fixed
+- Problems with sms77
+
## 0.15.1 – 2020-01-07
### Changed
- New and updated translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3e2bf1f..7d01a8b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two-Factor Gateway</name>
<summary>Two-factor gateway providers (SMS, Telegram, Signal)</summary>
<description>A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram.</description>
- <version>0.15.1</version>
+ <version>0.16.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorGateway</namespace>
diff --git a/package-lock.json b/package-lock.json
index 3b257a6..df65c09 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.15.1",
+ "version": "0.16.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7d43028..b5eb523 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.15.1",
+ "version": "0.16.0",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {