Skip to content

Commit 1de10f0

Browse files
committed
Bump version to 0.18.6
1 parent 8691786 commit 1de10f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.18.6 (2022-10-24)
2+
3+
* *(util.formatter)* Added conversion method for `<hr>` tag and defaulted to
4+
converting back to `---`.
5+
16
## v0.18.5 (2022-10-20)
27

38
* *(appservice)* Added try blocks around [MSC3202] handler functions to log

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.5"
1+
__version__ = "0.18.6"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)