Update version and changelog

This commit is contained in:
Erik Johnston 2017-02-09 10:41:02 +00:00
parent 7723b4caa4
commit 505bfd82bb
2 changed files with 8 additions and 1 deletions

View file

@ -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)
=======================================

View file

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.19.0"
__version__ = "0.19.1"