Skip to content
Snippets Groups Projects
Unverified Commit 8b118534 authored by David Robertson's avatar David Robertson
Browse files

1.45.0

parent 191396f4
No related branches found
No related tags found
No related merge requests found
Synapse 1.45.0 (2021-10-19)
===========================
No functional changes since Synapse 1.45.0rc2.
Improved Documentation
----------------------
- Reword changelog to clarify concerns about a suspected performance regression in 1.44. ([\#11117](https://github.com/matrix-org/synapse/issues/11117))
Synapse 1.45.0rc2 (2021-10-14)
==============================
 
......
Reword changelog to clarify concerns about a suspected performance regression in 1.44.
matrix-synapse-py3 (1.45.0) stable; urgency=medium
* New synapse release 1.45.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 19 Oct 2021 11:18:53 +0100
matrix-synapse-py3 (1.45.0~rc2) stable; urgency=medium
* New synapse release 1.45.0~rc2.
......
......@@ -47,7 +47,7 @@ try:
except ImportError:
pass
__version__ = "1.45.0rc2"
__version__ = "1.45.0"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment