Skip to content

Commit

Permalink
Merge pull request #88 from nextcloud/release/0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
ChristophWurst authored Aug 7, 2018
2 parents 6b66af8 + dae6dc9 commit 6a54f09
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.7.0
### Added
- First working implementation
- Stable gateways: websms.de
- Unstable/experimental gateways: PlaySMS, Signal, Telegram
- UI to enter gateway identifier (e.g. phone number)
- Support for Nextcloud 14
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 provider (SMS, Telegram, Signal)</summary>
<description>A message-based two-factor-auth provider</description>
<version>0.6.0</version>
<version>0.7.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.1.0",
"version": "0.7.0",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 6a54f09

Please sign in to comment.