Skip to content

Commit 3471a8f

Browse files
committed
Bump version to 0.20.2
1 parent 8ff8d07 commit 3471a8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## v0.20.2 (unreleased)
1+
## v0.20.2 (2023-09-09)
22

33
* *(crypto)* Changed `OlmMachine.share_keys` to make the OTK count parameter
44
optional. When omitted, the count is fetched from the server.
55
* *(appservice)* Added option to run appservice transaction event handlers
66
synchronously.
77
* *(appservice)* Added `log` and `hs_token` parameters to `AppServiceServerMixin`
88
to allow using it as a standalone class without extending.
9+
* *(api)* Added support for setting appservice `user_id` and `device_id` query
10+
parameters manually without using `AppServiceAPI`.
911

1012
## v0.20.1 (2023-08-29)
1113

mautrix/__init__.py

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

0 commit comments

Comments
 (0)