Skip to content

Commit af063d4

Browse files
committed
Bump version to 0.18.8
1 parent 666cc72 commit af063d4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## v0.18.7 (2022-11-08)
210

311
## v0.18.6 (2022-10-24)

mautrix/__init__.py

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

0 commit comments

Comments
 (0)