Bump version and changelog

This commit is contained in:
Erik Johnston 2018-03-15 23:57:26 +00:00
parent 926ba76e23
commit ba48755d56
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
Changes in synapse v0.26.1 (2018-03-15)
=======================================
Bug fixes:
* Fix bug where an invalid event caused server to stop functioning correctly,
due to parsing and serializing bugs in ujson library.
Changes in synapse v0.26.0 (2018-01-05)
=======================================

View file

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