Skip to content

Commit

Permalink
Merge pull request #223 from nextcloud/release/0.13.0
Browse files Browse the repository at this point in the history
Release v0.13.0
  • Loading branch information
ChristophWurst committed Apr 5, 2019
2 parents f6cc639 + 5b314c1 commit 650dda5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.13.0 – 2019-04-05
### Added
- Huawei E3531 3G stick support
- New and updated translations
- Move the personal settings to the general 2FA section

## 0.12.0 – 2019-02-13
### Added
- PHP 7.3 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.12.0</version>
<version>0.13.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.12.0",
"version": "0.13.0",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 650dda5

Please sign in to comment.