We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64eea45 commit ece29f4Copy full SHA for ece29f4
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+3.1.1 (2022-11-10)
2
+==================
3
+
4
+Bugfixes
5
+--------
6
7
+- Fix a crash caused by processing metrics for Matrix events. ([\#869](https://github.com/matrix-org/matrix-appservice-discord/issues/869))
8
9
10
3.1.0 (2022-11-03)
11
==================
12
changelog.d/869.bugfix
package.json
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-discord",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "A bridge between Matrix and Discord",
"main": "discordas.js",
"engines": {
0 commit comments