This commit is contained in:
Till Faelligen 2024-10-29 15:30:10 +01:00
parent 46c885f5b5
commit b3b1db4057
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# Synapse 1.118.0 (2024-10-29)
No significant changes since 1.118.0rc1.
# Synapse 1.118.0rc1 (2024-10-22)
### Python 3.8 support will be dropped in the next release

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.118.0) stable; urgency=medium
* New Synapse release 1.118.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 29 Oct 2024 15:29:53 +0100
matrix-synapse-py3 (1.118.0~rc1) stable; urgency=medium
* New Synapse release 1.118.0rc1.

View file

@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
version = "1.118.0rc1"
version = "1.118.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"