Bump changelog and version

This commit is contained in:
Erik Johnston 2017-09-26 10:02:48 +01:00
parent b15c2b7971
commit f4c8cd5e85
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Changes in synapse v0.23.0-rc2 (2017-09-26)
===========================================
Bug fixes:
* Fix regression in performance of syncs (PR #2470)
Changes in synapse v0.23.0-rc1 (2017-09-25)
===========================================

View File

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