We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666cc72 commit af063d4Copy full SHA for af063d4
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v0.18.8 (2022-11-18)
2
+
3
+* *(crypto.store.asyncpg)* Fixed bug causing `put_group_session` to fail when
4
+ trying to log unique key errors.
5
+* *(client)* Added wrapper for `create_room` to update the state store with
6
+ initial state and invites (applies to anything extending `StoreUpdatingAPI`,
7
+ such as the high-level `Client` and appservice `IntentAPI` classes).
8
9
## v0.18.7 (2022-11-08)
10
11
## v0.18.6 (2022-10-24)
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.18.7"
+__version__ = "0.18.8"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments