Skip to content

Commit c84730e

Browse files
committed
Bump version to 0.20.7
1 parent 7f2c033 commit c84730e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.20.7 (2025-01-03)
2+
3+
* *(types)* Removed support for generating reply fallbacks to implement
4+
[MSC2781]. Stripping fallbacks is still supported.
5+
6+
[MSC2781]: https://github.com/matrix-org/matrix-spec-proposals/pull/2781
7+
18
## v0.20.6 (2024-07-12)
29

310
* *(bridge)* Added `/register` call if `/versions` fails with `M_FORBIDDEN`.

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.6"
1+
__version__ = "0.20.7"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)