Skip to content

Commit

Permalink
0.2.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 27, 2020
1 parent cf3fd4f commit 7edda92
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.2.0-rc2 (2020-10-27)
=======================

Features
--------

- Check if a MUC room exists before creating a portal ([\#188](https://github.com/matrix-org/matrix-bifrost/issues/188))


Bugfixes
--------

- XMPP self-pings to gateways will now return an error if the device is not in a MUC ([\#184](https://github.com/matrix-org/matrix-bifrost/issues/184))
- The bridge will no longer part remote users who have another device joined to a gateway room ([\#185](https://github.com/matrix-org/matrix-bifrost/issues/185))
- Ensure stanzas are emitted in the right order when an XMPP user joins a MUC ([\#189](https://github.com/matrix-org/matrix-bifrost/issues/189))


0.2.0-rc1 (2020-10-22)
=======================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-bifrost",
"version": "0.2.0-rc1",
"version": "0.2.0-rc2",
"description": "Multi protocol bridging for Matrix.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7edda92

Please sign in to comment.