Skip to content

Commit 78c1ed2

Browse files
authored
Merge pull request #367 from matrix-org/release-3.1.2
Release 3.1.2
2 parents 99cbd66 + 5f05772 commit 78c1ed2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.1.2 (2021-10-25)
2+
===================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix a bug where bridges could not register multiple user namespaces ([\#366](https://github.com/matrix-org/matrix-appservice-bridge/issues/366))
8+
9+
110
3.1.1 (2021-10-14)
211
===================
312

changelog.d/366.bugfix

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-bridge",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Bridging infrastructure for Matrix Application Services",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)