diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d0ed5..9b1c428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.5.2 (2024-07-16) + +* Added support for authenticated media downloads. + # v0.5.1 (2023-10-03) * Added support for double puppeting with arbitrary `as_token`s. diff --git a/mautrix_googlechat/__init__.py b/mautrix_googlechat/__init__.py index cfaa1ad..0331a84 100644 --- a/mautrix_googlechat/__init__.py +++ b/mautrix_googlechat/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" __author__ = "Tulir Asokan "