Skip to content

Commit

Permalink
Bump version to 0.19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 12, 2023
1 parent 4860ddf commit 82a9929
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.19.9 (2023-04-12)

* *(crypto)* Fixed bug in crypto store migration when using outbound sessions
with max age higher than usual.

## v0.19.8 (2023-04-06)

* *(crypto)* Updated crypto store schema to match mautrix-go.
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.19.8"
__version__ = "0.19.9"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit 82a9929

Please sign in to comment.