Skip to content

Commit

Permalink
Bump version to 0.19.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed May 24, 2023
1 parent 437e6e5 commit 0da6f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.19.15 (2023-05-24)

* *(client)* Fixed dispatching room ephemeral events (i.e. typing notifications) in syncer.

## v0.19.14 (2023-05-16)

* *(bridge)* Implemented appservice pinging using MSC2659.
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.14"
__version__ = "0.19.15"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
Expand Down

0 comments on commit 0da6f45

Please sign in to comment.