Bump version and changelog

This commit is contained in:
Erik Johnston 2017-04-07 10:03:48 +01:00
parent ac63b92b64
commit a41fe500d6
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Changes in synapse v0.20.0 (2017-04-07)
=======================================
Bug fixes:
* Fix joining rooms over federation where not all servers in the room saw the
new server had joined (PR #2094)
Changes in synapse v0.20.0-rc1 (2017-03-30)
===========================================

View File

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