Skip to content

Commit c7a23e6

Browse files
Version bump
Signed-off-by: Christoph Wurst <[email protected]>
1 parent 7857e58 commit c7a23e6

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

4+
## 0.15.0 – 2019-12-10
5+
### Added
6+
- Spryng gateway support
7+
- Sms77io gateway support
8+
- Nextcloud 18 support
9+
- php7.4 support
10+
### Changed
11+
- ecall API updated to new version
12+
- New and updated translations
13+
### Removed
14+
- php7.1 support
15+
416
## 0.14.1 – 2019-08-28
517
### Changed
618
- New and updated translations

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.14.1</version>
8+
<version>0.15.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.14.1",
3+
"version": "0.15.0",
44
"description": "A two-factor auth provider for Nextcloud",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)