Skip to content

Commit

Permalink
Bump version to 0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 7, 2023
1 parent eee6d1b commit 741995e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.19.5 (2023-03-07)

* *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook).
* *(types)* Added default value for `upload_size` in `MediaRepoConfig` as the
field is optional in the spec.
* *(bridge)* Changed ghost invite handling to only process one per room at a time
(thanks to [@maltee1] in [#132]).

[#132]: https://github.com/mautrix/python/pull/132

## v0.19.4 (2023-02-12)

* *(types)* Changed `set_thread_parent` to inherit the existing thread parent
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.19.4"
__version__ = "0.19.5"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit 741995e

Please sign in to comment.