Skip to content
Snippets Groups Projects
Commit 14a4e7d5 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Prepare 0.33.1

parent 50d9d974
No related branches found
No related tags found
No related merge requests found
Synapse 0.33.1 (2018-08-02)
===========================
Bugfixes
--------
- Fix a potential issue where servers could request events for rooms they have not joined. (`#3641 <https://github.com/matrix-org/synapse/issues/3641>`_)
- Fix a potential issue where users could see events in private joins before they joined (`#3642 <https://github.com/matrix-org/synapse/issues/3642>`_)
Synapse 0.33.0 (2018-07-19)
===========================
......
Fix a potential issue where servers could request events for rooms they have not joined.
Fix a potential issue where users could see events in private joins before they joined
......@@ -17,4 +17,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.33.0"
__version__ = "0.33.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment