bump changelog & version

This commit is contained in:
Matthew 2017-01-07 03:45:38 +00:00
parent 4304e7e593
commit f0e4bac64e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Changes in synapse v0.18.7-rc2 (2017-01-07)
===========================================
Bug fixes:
* Fix error in rc1's discarding invalid inbound traffic logic that was
incorrectly discarding missing events
Changes in synapse v0.18.7-rc1 (2017-01-06)
===========================================

View File

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.18.7-rc1"
__version__ = "0.18.7-rc2"