diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c44cb2..19c0d7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.17.4 (unreleased) +## v0.17.4 (2022-07-28) * *(bridge)* Started rejecting reusing access tokens when enabling double puppeting. Reuse is detected by presence of encryption keys on the device. diff --git a/mautrix/__init__.py b/mautrix/__init__.py index e4bb162c..0bead8f1 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.17.3" +__version__ = "0.17.4" __author__ = "Tulir Asokan " __all__ = [ "api",