Bump version and changelog

This commit is contained in:
Erik Johnston 2016-11-24 12:29:58 +00:00
parent 46ca345b06
commit 7e03f9a484
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Changes in synapse v0.18.5-rc2 (2016-11-24)
===========================================
Bug fixes:
* Don't send old events over federation, fixes bug in -rc1.
Changes in synapse v0.18.5-rc1 (2016-11-24)
===========================================

View File

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