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 4519313 commit c5d799eCopy full SHA for c5d799e
CHANGELOG.md
@@ -1,4 +1,12 @@
1
- 3.1.0 (2021-09-28)
+3.1.1 (2021-10-14)
2
+===================
3
+
4
+Bugfixes
5
+--------
6
7
+- Fixed excessive logging ([\#364](https://github.com/matrix-org/matrix-appservice-bridge/issues/364))
8
9
+3.1.0 (2021-09-28)
10
===================
11
12
Features
package.json
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-bridge",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments