Prepare 0.33.1

release-v0.33.1
Richard van der Hoff 2018-08-02 15:31:04 +01:00
parent 50d9d97408
commit 14a4e7d5a4
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,13 @@
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)
===========================

View File

@ -1 +0,0 @@
Fix a potential issue where servers could request events for rooms they have not joined.

View File

@ -1 +0,0 @@
Fix a potential issue where users could see events in private joins before they joined

View File

@ -17,4 +17,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.33.0"
__version__ = "0.33.1"