Bump version and changelog

This commit is contained in:
Erik Johnston 2017-07-06 18:11:22 +01:00
parent 5a7f561a9b
commit 76ed3476d3
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
Changes in synapse v0.22.1 (2017-07-06)
=======================================
Bug fixes:
* Fix bug where pusher pool didn't start and caused issues when
interacting with some rooms (PR #2342)
Changes in synapse v0.22.0 (2017-07-06)
=======================================

View file

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