Bump changelog and version

This commit is contained in:
Erik Johnston 2016-08-24 14:31:13 +01:00
parent 90d5983d7a
commit 60a015550a
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
Changes in synapse v0.17.1 (2016-08-24)
=======================================
Changes:
* Delete old received_transactions rows (PR #1038)
* Pass through user-supplied content in /join/$room_id (PR #1039)
Bug fixes:
* Fix bug with backfill (PR #1040)
Changes in synapse v0.17.1-rc1 (2016-08-22)
===========================================

View File

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