Skip to content

Commit 9466d58

Browse files
committed
1.0.3
1 parent f0b97d3 commit 9466d58

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.0.3 (2024-02-23)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix several cases where Bifrost may crash if a gateway room was inaccessible. ([\#355](https://github.com/matrix-org/matrix-bifrost/issues/355))
8+
- Catch errors when profile updates fail. Notably, prevent fatal errors when an inbound displayname change fails. ([\#359](https://github.com/matrix-org/matrix-bifrost/issues/359))
9+
10+
111
1.0.2 (2024-01-12)
212
==================
313

changelog.d/355.bugfix

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

changelog.d/359.bugfix

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-bifrost",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Multi protocol bridging for Matrix.",
55
"engines": {
66
"node": ">=20"

0 commit comments

Comments
 (0)