From 53a2b6b6492911410b73e62a6e42e4311ec98d38 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 3 Jun 2022 18:44:28 +0300 Subject: [PATCH] Bump version to 0.3.3 --- CHANGELOG.md | 2 +- mautrix_googlechat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "