forked from MirrorHub/synapse
1.0.0rc3
This commit is contained in:
parent
49e01e5710
commit
6bac9ca6d7
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
Synapse 1.0.0rc2 (2019-06-10)
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
|
@ -27,4 +27,4 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.0.0rc2"
|
__version__ = "1.0.0rc3"
|
||||||
|
|
Loading…
Reference in a new issue