This commit is contained in:
Erik Johnston 2019-06-11 00:06:39 +01:00
parent 49e01e5710
commit 6bac9ca6d7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Synapse 1.0.0rc3 (2019-06-10)
=============================
Security: Fix authentication bug introduced in 1.0.0rc1. Please upgrade to rc3 immediately
Synapse 1.0.0rc2 (2019-06-10)
=============================

View File

@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "1.0.0rc2"
__version__ = "1.0.0rc3"