Skip to content
Snippets Groups Projects
Commit 4d362a61 authored by Erik Johnston's avatar Erik Johnston
Browse files

Bump version and changelog

parent 00c281f6
No related branches found
Tags v1.9.0rc1
No related merge requests found
Changes in synapse v0.16.1 (2016-06-20)
=======================================
Bug fixes:
* Fix assorted bugs in ``/preview_url`` (PR #872)
* Fix TypeError when setting unicode passwords (PR #873)
Performance improvements:
* Turn ``use_frozen_events`` off by default (PR #877)
* Disable responding with canonical json for federation (PR #878)
Changes in synapse v0.16.1-rc1 (2016-06-15) Changes in synapse v0.16.1-rc1 (2016-06-15)
=========================================== ===========================================
......
...@@ -16,4 +16,4 @@ ...@@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server. """ This is a reference implementation of a Matrix home server.
""" """
__version__ = "0.16.1-rc1" __version__ = "0.16.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment