Bump version and changelog

This commit is contained in:
Erik Johnston 2016-12-16 10:18:02 +00:00
parent c824dc727a
commit b9b6d17ab1
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
Changes in synapse v0.18.5 (2016-12-16)
=======================================
Bug fixes:
* Fix federation /backfill returning events it shouldn't (PR #1700)
* Fix crash in url preview (PR #1701)
Changes in synapse v0.18.5-rc3 (2016-12-13)
===========================================

View file

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