diff --git a/CHANGELOG.md b/CHANGELOG.md index 840dbb33..f0b2ff57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Sygnal 0.15.0 (2024-06-26) + +**NOTE**: Exercise caution when installing over an existing sygnal installation via pip. The +sygnal package name was inadvertently changed to `sygnal` during the change to use poetry in v0.14.2. +Release v0.15.0 changes the package name back to `matrix-sygnal`, which is what it was prior to v0.14.2. + +### Bugfixes + +- Change package name back to matrix-sygnal. ([\#385](https://github.com/matrix-org/sygnal/issues/385)) + + # Sygnal 0.14.4 (2024-06-26) ### Bugfixes diff --git a/changelog.d/385.bugfix b/changelog.d/385.bugfix deleted file mode 100644 index 45c4bb69..00000000 --- a/changelog.d/385.bugfix +++ /dev/null @@ -1 +0,0 @@ -Change package name back to matrix-sygnal. diff --git a/pyproject.toml b/pyproject.toml index dd0b1fb6..f1604b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "matrix-sygnal" -version = "0.14.4" +version = "0.15.0" description = "Reference Push Gateway for Matrix Notifications" authors = ["Matrix.org Team and Contributors "] readme = "README.md"