summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-18 10:59:01 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-10-18 10:59:01 +0100
commit9fc14b5e846363275b814e38c8aed6b9d872f495 (patch)
treec391f231619c7de2f650a8370b8dd5c2447e9230 /synapse/__init__.py
parentUpdate docker-compose.yml for a static config file, and update traefik exampl... (diff)
parentFix changelog (diff)
downloadsynapse-9fc14b5e846363275b814e38c8aed6b9d872f495.tar.xz
Merge tag 'v1.4.1'
Synapse 1.4.1 (2019-10-18)
==========================

No changes since 1.4.1rc1.

Synapse 1.4.1rc1 (2019-10-17)
=============================

Bugfixes
--------

- Fix bug where redacted events were sometimes incorrectly censored in the database, breaking APIs that attempted to fetch such events. ([\#6185](https://github.com/matrix-org/synapse/issues/6185), [5b0e9948](https://github.com/matrix-org/synapse/commit/5b0e9948eaae801643e594b5abc8ee4b10bd194e))
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 2d52d26af5..a22567fcd5 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -35,4 +35,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.4.0"
+__version__ = "1.4.1"