diff --git a/CHANGELOG.md b/CHANGELOG.md index b59b3c2f..01b9d082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -# v0.14.2 (unreleased) +# v0.14.2 (2023-09-19) +* **Security:** Updated Pillow to 10.0.1. * Added support for double puppeting with arbitrary `as_token`s. See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info. * Added support for sending webm and tgs files as stickers. diff --git a/mautrix_telegram/__init__.py b/mautrix_telegram/__init__.py index 0cc6fd85..f373f415 100644 --- a/mautrix_telegram/__init__.py +++ b/mautrix_telegram/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.14.1" +__version__ = "0.14.2" __author__ = "Tulir Asokan " diff --git a/requirements.txt b/requirements.txt index 34a13f8b..838adb8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ python-magic>=0.4,<0.5 commonmark>=0.8,<0.10 aiohttp>=3,<4 yarl>=1,<2 -mautrix>=0.20.1,<0.21 +mautrix>=0.20.2,<0.21 tulir-telethon==1.30.0a2 -asyncpg>=0.20,<0.28 +asyncpg>=0.20,<0.29 mako>=1,<2 setuptools