Bump changelog and version

This commit is contained in:
Erik Johnston 2016-08-08 11:31:12 +01:00
parent 3410142741
commit 27fe3e2d4f
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
Changes in synapse v0.17.0 (2016-08-08)
=======================================
Changes:
* Add federation /version API (PR #990)
* Make psutil dependency optional (PR #992)
Bug fixes:
* Fix preview URL API to exclude html comments in description (PR #988)
* Fix error handling of remote joins (PR #991)
Changes in synapse v0.17.0-rc4 (2016-08-05)
===========================================

View File

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