Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Feb 23, 2024
1 parent f0b97d3 commit 9466d58
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.0.3 (2024-02-23)
==================

Bugfixes
--------

- Fix several cases where Bifrost may crash if a gateway room was inaccessible. ([\#355](https://github.com/matrix-org/matrix-bifrost/issues/355))
- 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))


1.0.2 (2024-01-12)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/359.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": "1.0.2",
"version": "1.0.3",
"description": "Multi protocol bridging for Matrix.",
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 9466d58

Please sign in to comment.