We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3220c commit dbf6425Copy full SHA for dbf6425
CHANGELOG.md
@@ -1,8 +1,9 @@
1
-## v0.20.8 (unreleased)
+## v0.20.8 (2025-06-01)
2
3
* *(bridge)* Added support for [MSC4190] (thanks to [@surakin] in [#175]).
4
* *(appservice)* Renamed `push_ephemeral` in generated registrations to
5
`receive_ephemeral` to match the accepted version of [MSC2409].
6
+* *(bridge)* Fixed compatibility with breaking change in aiohttp 3.12.6.
7
8
[MSC4190]: https://github.com/matrix-org/matrix-spec-proposals/pull/2781
9
[@surakin]: https://github.com/surakin
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.20.8b1"
+__version__ = "0.20.8"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments