Update version and changelog
This commit is contained in:
parent
7723b4caa4
commit
505bfd82bb
|
@ -1,3 +1,10 @@
|
||||||
|
Changes in synapse v0.19.1 (2017-02-09)
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
* Fix bug where state was incorrectly reset in a room when synapse received an
|
||||||
|
event over federation that did not pass auth checks (PR #1892)
|
||||||
|
|
||||||
|
|
||||||
Changes in synapse v0.19.0 (2017-02-04)
|
Changes in synapse v0.19.0 (2017-02-04)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.19.0"
|
__version__ = "0.19.1"
|
||||||
|
|
Loading…
Reference in New Issue