Skip to content

Commit d033042

Browse files
committed
Bump version to 0.14.2
1 parent 2270f4f commit d033042

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# v0.14.2 (unreleased)
1+
# v0.14.2 (2023-09-19)
22

3+
* **Security:** Updated Pillow to 10.0.1.
34
* Added support for double puppeting with arbitrary `as_token`s.
45
See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info.
56
* Added support for sending webm and tgs files as stickers.

mautrix_telegram/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.14.1"
1+
__version__ = "0.14.2"
22
__author__ = "Tulir Asokan <[email protected]>"

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ python-magic>=0.4,<0.5
33
commonmark>=0.8,<0.10
44
aiohttp>=3,<4
55
yarl>=1,<2
6-
mautrix>=0.20.1,<0.21
6+
mautrix>=0.20.2,<0.21
77
tulir-telethon==1.30.0a2
8-
asyncpg>=0.20,<0.28
8+
asyncpg>=0.20,<0.29
99
mako>=1,<2
1010
setuptools

0 commit comments

Comments
 (0)