0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 04:23:44 +02:00
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"