From 35a7a387d7c6e29e54348c2fc5986f691f4c9d11 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 20 Nov 2023 16:18:26 +0000 Subject: [PATCH] 2.6.0 --- CHANGELOG.md | 15 +++++++++++++++ changelog.d/549.doc | 1 - changelog.d/576.feature | 1 - pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/549.doc delete mode 100644 changelog.d/576.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b621fb..c591afee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +Sydent 2.6.0 (2023-11-20) +========================= + +Features +-------- + +- Support resolving homeservers using `matrix-fed` DNS SRV records from [MSC4040](https://github.com/matrix-org/matrix-spec-proposals/pull/4040). ([\#576](https://github.com/matrix-org/sydent/issues/576)) + + +Improved Documentation +---------------------- + +- Fix installation documentation for Debian based systems. ([\#549](https://github.com/matrix-org/sydent/issues/549)) + + Sydent 2.5.6 (2023-07-31) ========================= diff --git a/changelog.d/549.doc b/changelog.d/549.doc deleted file mode 100644 index e2ff70ee..00000000 --- a/changelog.d/549.doc +++ /dev/null @@ -1 +0,0 @@ -Fix installation documentation for Debian based systems. diff --git a/changelog.d/576.feature b/changelog.d/576.feature deleted file mode 100644 index bba6f161..00000000 --- a/changelog.d/576.feature +++ /dev/null @@ -1 +0,0 @@ -Support resolving homeservers using `matrix-fed` DNS SRV records from [MSC4040](https://github.com/matrix-org/matrix-spec-proposals/pull/4040). diff --git a/pyproject.toml b/pyproject.toml index 0f6a96f7..cfd87525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ ignore_missing_imports = true [tool.poetry] name = "matrix-sydent" -version = "2.5.6" +version = "2.6.0" description = "Reference Matrix Identity Verification and Lookup Server" authors = ["Matrix.org Team and Contributors "] license = "Apache-2.0"