Skip to content

Commit

Permalink
v2.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Mar 4, 2021
1 parent 6046d31 commit 14ed877
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
2.5.0 (2021-02-10)
2.6.0-rc1 (2021-03-04)
===================

Features
--------

- Add the `BridgeInfoStateSyncer` helper component to sync MSC2346 format state events to rooms. ([\#312](https://github.com/matrix-org/matrix-appservice-bridge/issues/312))


Bugfixes
--------

- 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))
- 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))


Internal Changes
----------------

- Upgrade matrix-appservice-node to 0.8.0 ([\#311](https://github.com/matrix-org/matrix-appservice-bridge/issues/311))


2.5.0 (2021-02-10)
===================

No significant changes.
Expand Down
1 change: 0 additions & 1 deletion changelog.d/310.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/311.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/312.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/315.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-bridge",
"version": "2.5.0",
"version": "2.6.0-rc1",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 14ed877

Please sign in to comment.