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

Commit 79f48b2

Browse files
author
David Robertson
committed
1.95.0
1 parent 345c61f commit 79f48b2

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Synapse 1.95.0 (2023-10-24)
2+
3+
### Internal Changes
4+
5+
- Build Debian packages for [Ubuntu 23.10 Mantic Minotaur](https://canonical.com/blog/canonical-releases-ubuntu-23-10-mantic-minotaur). ([\#16524](https://github.com/matrix-org/synapse/issues/16524))
6+
7+
18
# Synapse 1.95.0rc1 (2023-10-17)
29

310
### Bugfixes

changelog.d/16524.misc

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.95.0) stable; urgency=medium
2+
3+
* New Synapse release 1.95.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 24 Oct 2023 13:00:46 +0100
6+
17
matrix-synapse-py3 (1.95.0~rc1) stable; urgency=medium
28

39
* New synapse release 1.95.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
9696

9797
[tool.poetry]
9898
name = "matrix-synapse"
99-
version = "1.95.0rc1"
99+
version = "1.95.0"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <[email protected]>"]
102102
license = "Apache-2.0"

0 commit comments

Comments
 (0)