Skip to content

Commit 14ed877

Browse files
committed
v2.6.0-rc1
1 parent 6046d31 commit 14ed877

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
2.5.0 (2021-02-10)
1+
2.6.0-rc1 (2021-03-04)
2+
===================
3+
4+
Features
5+
--------
6+
7+
- Add the `BridgeInfoStateSyncer` helper component to sync MSC2346 format state events to rooms. ([\#312](https://github.com/matrix-org/matrix-appservice-bridge/issues/312))
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Ensure that the Intent room state cache is invalidate when the room state changes. ([\#310](https://github.com/matrix-org/matrix-appservice-bridge/issues/310))
14+
- Use `type=m.login.application` when registering appservice users, to comply with the spec. ([\#315](https://github.com/matrix-org/matrix-appservice-bridge/issues/315))
15+
16+
17+
Internal Changes
18+
----------------
19+
20+
- Upgrade matrix-appservice-node to 0.8.0 ([\#311](https://github.com/matrix-org/matrix-appservice-bridge/issues/311))
21+
22+
23+
2.5.0 (2021-02-10)
224
===================
325

426
No significant changes.

changelog.d/310.bugfix

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

changelog.d/311.misc

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

changelog.d/312.feature

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

changelog.d/315.bugfix

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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-bridge",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "Bridging infrastructure for Matrix Application Services",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)