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

+7
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

+1-1
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 <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)