diff --git a/CHANGELOG.md b/CHANGELOG.md index 9766ad27..3ab59fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ================== diff --git a/changelog.d/355.bugfix b/changelog.d/355.bugfix deleted file mode 100644 index 5db5cb9b..00000000 --- a/changelog.d/355.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix several cases where Bifrost may crash if a gateway room was inaccessible. diff --git a/changelog.d/359.bugfix b/changelog.d/359.bugfix deleted file mode 100644 index 7ed93e76..00000000 --- a/changelog.d/359.bugfix +++ /dev/null @@ -1 +0,0 @@ -Catch errors when profile updates fail. Notably, prevent fatal errors when an inbound displayname change fails. diff --git a/package.json b/package.json index 1100f918..625531cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-bifrost", - "version": "1.0.2", + "version": "1.0.3", "description": "Multi protocol bridging for Matrix.", "engines": { "node": ">=20"