Skip to content

Commit 00c8e7a

Browse files
committed
0.33.1
1 parent 5717720 commit 00c8e7a

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0.33.1 (2022-03-30)
2+
===================
3+
4+
This release fixes a critical bug which would cause bans across the bridge when using the new ban list feature.
5+
6+
Bugfixes
7+
--------
8+
9+
- Fix an issue where synchronising a ban list would cause all users to get banned. ([\#1551](https://github.com/matrix-org/matrix-appservice-irc/issues/1551))
10+
11+
12+
Deprecations and Removals
13+
-------------------------
14+
15+
- Remove several scripts in `scripts/` which were unmaintained and obsolete. ([\#1531](https://github.com/matrix-org/matrix-appservice-irc/issues/1531))
16+
17+
18+
Internal Changes
19+
----------------
20+
21+
- Fix towncrier script for summarising the newsfiles. ([\#1549](https://github.com/matrix-org/matrix-appservice-irc/issues/1549))
22+
123
0.33.0 (2022-03-02)
224
===================
325

changelog.d/1531.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1549.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1551.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

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": "matrix-appservice-irc",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "An IRC Bridge for Matrix",
55
"main": "app.js",
66
"bin": "./bin/matrix-appservice-irc",

0 commit comments

Comments
 (0)