Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jun 2, 2021
1 parent ab9b853 commit 7e32516
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 84 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.6.1 (2021-06-02)
==================

This is a important hotfix release to fix an issue where the room upgrade handling would not verify that the new room
was a precessor of the old room. All bridges making use of the room upgrade handling feature should update.

Bugfixes
--------

- Fix an issue where the room upgrade handler would not check the `m.room.create` event when traversing an upgrade. ([\#330](https://github.com/matrix-org/matrix-appservice-bridge/issues/330))


2.6.0 (2021-03-16)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/330.bugfix

This file was deleted.

125 changes: 44 additions & 81 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-bridge",
"version": "2.6.0",
"version": "2.6.1",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"eslint": "^7.17.0",
"jasmine": "^3.6.3",
"nyc": "^15.1.0",
"typedoc": "^0.20.4",
"typedoc": "^0.20.36",
"typescript": "^4.1.3",
"winston-transport": "^4.4.0"
}
Expand Down

0 comments on commit 7e32516

Please sign in to comment.