Skip to content

Commit 741995e

Browse files
committed
Bump version to 0.19.5
1 parent eee6d1b commit 741995e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.19.5 (2023-03-07)
2+
3+
* *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook).
4+
* *(types)* Added default value for `upload_size` in `MediaRepoConfig` as the
5+
field is optional in the spec.
6+
* *(bridge)* Changed ghost invite handling to only process one per room at a time
7+
(thanks to [@maltee1] in [#132]).
8+
9+
[#132]: https://github.com/mautrix/python/pull/132
10+
111
## v0.19.4 (2023-02-12)
212

313
* *(types)* Changed `set_thread_parent` to inherit the existing thread parent

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.4"
1+
__version__ = "0.19.5"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)