Skip to content

Commit

Permalink
Merge pull request #144 from nextcloud/release/0.10.1
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
ChristophWurst authored Nov 12, 2018
2 parents d1b0f60 + df65c4f commit bd741d0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 41 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.10.1 – 2018-11-12
### Fixed
- Software dependencies updated

## 0.10.0 – 2018-10-08
### Added
- Support for ClockworkSMS
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.10.0</version>
<version>0.10.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorGateway</namespace>
Expand Down
64 changes: 25 additions & 39 deletions 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.10.0",
"version": "0.10.1",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit bd741d0

Please sign in to comment.