Bump version and changelog

This commit is contained in:
Mark Haines 2017-01-06 14:44:28 +00:00
parent 2c8ac84a26
commit b42a972b71
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Changes in synapse v0.18.6 (2017-01-06)
=======================================
Bug fixes:
* Fix bug when checking if a guest user is allowed to join a room (PR #1772)
Changes in synapse v0.18.6-rc3 (2017-01-05)
===========================================

View File

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