Skip to content

Commit

Permalink
Bump version to 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 11, 2022
1 parent bc7a01c commit d8e73a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.18.3 (2022-10-11)

* *(util.async_db)* Fixed mistake in default no-op database error handler
causing the wrong exception to be raised.
* *(crypto.store.asyncpg)* Updated `put_group_session` to catch unique key
errors and log instead of raising.
* *(client.api)* Updated [MSC3870] support to catch and retry on all
connection errors instead of only non-200 status codes when uploading.

## v0.18.2 (2022-09-24)

* *(crypto)* Fixed handling key requests when using appservice-mode (MSC2409)
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.18.2"
__version__ = "0.18.3"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit d8e73a0

Please sign in to comment.