Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Nov 20, 2023
1 parent 3d08ad7 commit 47a597f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
Sydent 2.6.1 (2023-11-20)
=========================

No significant changes.


Sydent 2.6.1 (2023-11-20)
=========================

No significant changes since 2.6.0; the only changes are to CI config, which should fix
an error in building the Docker image.

As mentioned in the 2.6.0 release notes, Sydent will soon be forked by Element
under an AGPLv3.0 licence (with CLA, for proprietary dual licensing). We expect
this to be the last release of Sydent under the current Apache 2 licence.

You can read more about this here:

- https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
- https://element.io/blog/element-to-adopt-agplv3/

The Matrix.org Foundation copy of the project will be archived. Any changes needed
by server administrators will be communicated in Sydent's changelog, but we are
striving to make this as seamless as possible.


Internal Changes
----------------

- Pin CI to Python 3.11. ([\#583](https://github.com/matrix-org/sydent/issues/583))
- Inline docker job definition in this repo, and update docker-related action versions. ([\#584](https://github.com/matrix-org/sydent/issues/584))


Sydent 2.6.0 (2023-11-20)
=========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/583.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/584.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "matrix-sydent"
version = "2.6.0"
version = "2.6.1"
description = "Reference Matrix Identity Verification and Lookup Server"
authors = ["Matrix.org Team and Contributors <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 47a597f

Please sign in to comment.