Skip to content

Commit dbf6425

Browse files
committed
Bump version to 0.20.8
1 parent 4e3220c commit dbf6425

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## v0.20.8 (unreleased)
1+
## v0.20.8 (2025-06-01)
22

33
* *(bridge)* Added support for [MSC4190] (thanks to [@surakin] in [#175]).
44
* *(appservice)* Renamed `push_ephemeral` in generated registrations to
55
`receive_ephemeral` to match the accepted version of [MSC2409].
6+
* *(bridge)* Fixed compatibility with breaking change in aiohttp 3.12.6.
67

78
[MSC4190]: https://github.com/matrix-org/matrix-spec-proposals/pull/2781
89
[@surakin]: https://github.com/surakin

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.20.8b1"
1+
__version__ = "0.20.8"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)