Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Aug 26, 2020
1 parent be259b7 commit 416020c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.17.0 - 2020-08-26
### Added
- Nextcloud 20 support
- Ability to remove gateways via the CLI
- ClickSend.com SMS gateway
### Removed
- Nextcloud 16 support
- Nextcloud 17 support

## 0.16.0 - 2020-04-17
### Added
- Nextcloud 19 support
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0</version>
<version>0.17.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorGateway</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
"version": "0.16.0",
"version": "0.17.0",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 416020c

Please sign in to comment.