Bump version and changelog

This commit is contained in:
Erik Johnston 2016-06-09 13:23:41 +01:00
parent 66503a69c9
commit a31befbcd0
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
Changes in synapse v0.16.0 (2016-06-09)
=======================================
NB: As of v0.14 all AS config files must have an ID specified.
Bug fixes:
* Don't make rooms published by default (PR #857)
Changes in synapse v0.16.0-rc2 (2016-06-08)
===========================================

View File

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