Skip to content

Commit 6d1d944

Browse files
committed
Bump version to 0.20.5
1 parent d645e20 commit 6d1d944

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.20.5 (2024-07-09)
2+
3+
**Note:** The `bridge` module is deprecated as all bridges are being rewritten
4+
in Go. See <https://mau.fi/blog/2024-h1-mautrix-updates/> for more info.
5+
6+
* *(client)* Added support for authenticated media downloads.
7+
* *(bridge)* Stopped using cached homeserver URLs for double puppeting if one
8+
is set in the config file.
9+
* *(crypto)* Fixed error when checking OTK counts before uploading new keys.
10+
* *(types)* Added MSC2530 (captions) fields to `MediaMessageEventContent`.
11+
112
## v0.20.4 (2024-01-09)
213

314
* Dropped Python 3.9 support.

mautrix/__init__.py

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

0 commit comments

Comments
 (0)