diff --git a/CHANGELOG.md b/CHANGELOG.md index a43f4da..3d39506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# v0.3.3 (2022-06-03) * Switched to using native Matrix threads for bridging Google Chat threads. * Removed web login interface and added support for logging in inside Matrix. diff --git a/mautrix_googlechat/__init__.py b/mautrix_googlechat/__init__.py index c9dacc7..6f96e6e 100644 --- a/mautrix_googlechat/__init__.py +++ b/mautrix_googlechat/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" __author__ = "Tulir Asokan "