Skip to content

Commit

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

* *(crypto)* Added cache checks to prevent invalidating group session when the
server sends a duplicate member event in /sync.
* *(util.proxy)* Fixed `min_wait_seconds` behavior and added `max_wait_seconds`
and `multiply_wait_seconds` to `proxy_with_retry`.

## v0.19.5 (2023-03-07)

* *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook).
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.5"
__version__ = "0.19.6"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit 04072cb

Please sign in to comment.