Skip to content

Commit c42da3d

Browse files
committed
Bump version to 0.20.6
1 parent 6fc1c6a commit c42da3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.20.6 (2024-07-12)
2+
3+
* *(bridge)* Added `/register` call if `/versions` fails with `M_FORBIDDEN`.
4+
15
## v0.20.5 (2024-07-09)
26

37
**Note:** The `bridge` module is deprecated as all bridges are being rewritten

mautrix/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.20.5"
1+
__version__ = "0.20.6"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)