diff --git a/CHANGELOG.md b/CHANGELOG.md index ca64e83..fce507b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.4.0 (unreleased) +# v0.4.0 (2022-11-15) * Added support for bridging room mentions in both directions. * Updated formatter to insert Matrix displayname into mentions when bridging diff --git a/mautrix_googlechat/__init__.py b/mautrix_googlechat/__init__.py index 6f96e6e..bebde31 100644 --- a/mautrix_googlechat/__init__.py +++ b/mautrix_googlechat/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.3" +__version__ = "0.4.0" __author__ = "Tulir Asokan " diff --git a/requirements.txt b/requirements.txt index 90eb907..b511911 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp>=3,<4 yarl>=1,<2 -asyncpg>=0.20,<0.27 +asyncpg>=0.20,<0.28 ruamel.yaml>=0.15.94,<0.18 commonmark>=0.8,<0.10 python-magic>=0.4,<0.5