Skip to content

Commit 3b1690b

Browse files
committed
Bump version to 0.20.9rc1
1 parent c956037 commit 3b1690b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.20.9 (unreleased)
2+
3+
* *(event)* Added support for creator power in room v12+.
4+
* *(bridge)* Removed check for login flows when using MSC4190
5+
(thanks to [@meson800] in [#178]).
6+
7+
[@meson800]: https://github.com/meson800
8+
[#178]: https://github.com/mautrix/python/pull/178
9+
110
## v0.20.8 (2025-06-01)
211

312
* *(bridge)* Added support for [MSC4190] (thanks to [@surakin] in [#175]).

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.8"
1+
__version__ = "0.20.9rc1"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)