Skip to content

Commit 416020c

Browse files
v0.17.0
Signed-off-by: Christoph Wurst <[email protected]>
1 parent be259b7 commit 416020c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 0.17.0 - 2020-08-26
5+
### Added
6+
- Nextcloud 20 support
7+
- Ability to remove gateways via the CLI
8+
- ClickSend.com SMS gateway
9+
### Removed
10+
- Nextcloud 16 support
11+
- Nextcloud 17 support
12+
413
## 0.16.0 - 2020-04-17
514
### Added
615
- Nextcloud 19 support

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Two-Factor Gateway</name>
66
<summary>Two-factor gateway providers (SMS, Telegram, Signal)</summary>
77
<description>A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram.</description>
8-
<version>0.16.0</version>
8+
<version>0.17.0</version>
99
<licence>agpl</licence>
1010
<author>Christoph Wurst</author>
1111
<namespace>TwoFactorGateway</namespace>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twofactor_gateway",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A two-factor auth provider for Nextcloud",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)