Browse Source

Bump version and changelog

Erik Johnston 6 years ago
parent
commit
6ba4fabdb9
2 changed files with 9 additions and 1 deletions
  1. 8 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 8 - 0
CHANGES.rst

@@ -1,3 +1,11 @@
+Changes in synapse v0.24.1 (2017-10-24)
+=======================================
+
+Bug fixes:
+
+* Fix updating group profiles over federation (PR #2567)
+
+
 Changes in synapse v0.24.0 (2017-10-23)
 =======================================
 

+ 1 - 1
synapse/__init__.py

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