Skip to content

Commit

Permalink
Bump version to 0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 3, 2025
1 parent 7f2c033 commit c84730e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.20.7 (2025-01-03)

* *(types)* Removed support for generating reply fallbacks to implement
[MSC2781]. Stripping fallbacks is still supported.

[MSC2781]: https://github.com/matrix-org/matrix-spec-proposals/pull/2781

## v0.20.6 (2024-07-12)

* *(bridge)* Added `/register` call if `/versions` fails with `M_FORBIDDEN`.
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.20.6"
__version__ = "0.20.7"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
Expand Down

0 comments on commit c84730e

Please sign in to comment.