Version 1.40.1-1

This commit is contained in:
Girish Ramakrishnan
2022-03-24 17:34:19 -07:00
parent dbb03144dd
commit 330c4e4610
2 changed files with 4 additions and 5 deletions

View File

@@ -589,7 +589,6 @@
* Add a new Jinja2 template filter to extract the local part of an email address. (#12212) * Add a new Jinja2 template filter to extract the local part of an email address. (#12212)
[1.40.1] [1.40.1]
* Update Synapse to 1.55.1 * Update Synapse to 1.55.2
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.55.1) * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.55.2)
* Remove uses of the long-deprecated jinja2.Markup which would prevent Synapse from starting with Jinja 3.1.0 or above installed. (#12289)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Secure & decentralized communication", "tagline": "Secure & decentralized communication",
"version": "1.40.1", "version": "1.40.1-1",
"upstreamVersion": "1.55.1", "upstreamVersion": "1.55.2",
"healthCheckPath": "/", "healthCheckPath": "/",
"httpPort": 8008, "httpPort": 8008,
"memoryLimit": 536870912, "memoryLimit": 536870912,