Skip to content

Commit 2669e29

Browse files
committed
chore: update changelog
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 37cdf7f commit 2669e29

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ Types of changes:
1515
- *Fixed* for any bug fixes.
1616
- *Security* in case of vulnerabilities.
1717

18+
## 2.2.1 - 2026-02-10
19+
### Changed
20+
- Make compatible with Go WhatsApp v8
21+
- Improve output of test command
22+
23+
## 1.1.1 - 2026-02-10
24+
### Changed
25+
- Make compatible with Go WhatsApp v8
26+
- Improve output of test command
27+
1828
## 2.2.0 - 2026-01-28
1929
### Added
2030
- New gateway support for WhatsApp Web using the service GoWhatsApp

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Two-Factor Gateway</name>
1010
<summary>Two-factor gateway providers (Signal, SMS, Telegram, WhatsApp, XMPP)</summary>
1111
<description>A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS, Telegram, WhatsApp and XMPP.</description>
12-
<version>2.2.0</version>
12+
<version>2.2.1</version>
1313
<licence>agpl</licence>
1414
<author>Christoph Wurst</author>
1515
<author>Vitor Mattos</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "2.0.0",
3+
"version": "2.2.1",
44
"description": "A two-factor auth provider for Nextcloud",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)