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

Commit

Permalink
1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Oct 17, 2022
1 parent b43be00 commit 6b097a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
@@ -1,11 +1,17 @@
Synapse 1.69.0rc4 (2022-10-14)
==============================
Synapse 1.69.0 (2022-10-17)
===========================

Please note that legacy Prometheus metric names are now deprecated and will be removed in Synapse 1.73.0.
Server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
See the [upgrade notes](https://matrix-org.github.io/synapse/v1.69/upgrade.html#upgrading-to-v1690) for more details.


No significant changes since 1.69.0rc4.


Synapse 1.69.0rc4 (2022-10-14)
==============================

Bugfixes
--------

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.69.0) stable; urgency=medium

* New Synapse release 1.69.0.

-- Synapse Packaging team <packages@matrix.org> Mon, 17 Oct 2022 11:31:03 +0100

matrix-synapse-py3 (1.69.0~rc4) stable; urgency=medium

* New Synapse release 1.69.0rc4.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"

[tool.poetry]
name = "matrix-synapse"
version = "1.69.0rc4"
version = "1.69.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6b097a3

Please sign in to comment.