Skip to content

Commit 04072cb

Browse files
committed
Bump version to 0.19.6
1 parent 718b7bb commit 04072cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.19.6 (2023-03-13)
2+
3+
* *(crypto)* Added cache checks to prevent invalidating group session when the
4+
server sends a duplicate member event in /sync.
5+
* *(util.proxy)* Fixed `min_wait_seconds` behavior and added `max_wait_seconds`
6+
and `multiply_wait_seconds` to `proxy_with_retry`.
7+
18
## v0.19.5 (2023-03-07)
29

310
* *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook).

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.5"
1+
__version__ = "0.19.6"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)