Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8b11853

Browse files
author
David Robertson
committed
1.45.0
1 parent 191396f commit 8b11853

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.45.0 (2021-10-19)
2+
===========================
3+
4+
No functional changes since Synapse 1.45.0rc2.
5+
6+
Improved Documentation
7+
----------------------
8+
9+
- Reword changelog to clarify concerns about a suspected performance regression in 1.44. ([\#11117](https://github.com/matrix-org/synapse/issues/11117))
10+
11+
112
Synapse 1.45.0rc2 (2021-10-14)
213
==============================
314

changelog.d/11117.doc

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.45.0) stable; urgency=medium
2+
3+
* New synapse release 1.45.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 19 Oct 2021 11:18:53 +0100
6+
17
matrix-synapse-py3 (1.45.0~rc2) stable; urgency=medium
28

39
* New synapse release 1.45.0~rc2.

synapse/__init__.py

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

50-
__version__ = "1.45.0rc2"
50+
__version__ = "1.45.0"
5151

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

0 commit comments

Comments
 (0)