Skip to content

Commit 55159c4

Browse files
committed
1.32.2
1 parent ca6ecb8 commit 55159c4

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Synapse 1.32.2 (2021-04-21)
2+
===========================
3+
4+
This release includes fixes for the two regressions introduced in 1.32.0.
5+
6+
Bugfixes
7+
--------
8+
9+
- Fix a regression in Synapse v1.32.1 which caused `LoggingContext` errors in plugins. ([\#9857](https://github.com/matrix-org/synapse/issues/9857))
10+
11+
112
Synapse 1.32.1 (2021-04-21)
213
===========================
314

changelog.d/9857.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.32.2) stable; urgency=medium
2+
3+
* New synapse release 1.32.2.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 21 Apr 2021 18:43:52 +0100
6+
17
matrix-synapse-py3 (1.32.1) stable; urgency=medium
28

39
* New synapse release 1.32.1.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.32.1"
51+
__version__ = "1.32.2"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)