Skip to content

Commit 59c2146

Browse files
committed
Bump version to 0.16.7
1 parent 11a4d4e commit 59c2146

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## unreleased
1+
## v0.16.7 (2022-06-19)
22

33
* *(util.formatter)* Added support for parsing `img` tags
44
* By default, the `alt` or `title` attribute will be used as plaintext.
55
* *(types)* Added `notifications` object to power level content class.
66
* *(bridge)* Added utility methods for handling incoming knocks in
77
`MatrixHandler` (thanks to [@maltee1] in [#103]).
8+
* *(appservice)* Updated `IntentAPI` to add the `fi.mau.double_puppet_source`
9+
to all state events sent with double puppeted intents (previously it was only
10+
added to non-state events).
811

912
[#103]: https://github.com/mautrix/python/pull/103
1013

mautrix/__init__.py

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

0 commit comments

Comments
 (0)