diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fdbd9e..bd994c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Sygnal 0.14.3 (2024-05-31) + +### Bugfixes + +- Don't delete android notification options specified in config when using Firebase v1 API. ([\#380](https://github.com/matrix-org/sygnal/issues/380)) + +### Internal Changes + +- Fix tests to allow Twisted versions >=23.10. ([\#381](https://github.com/matrix-org/sygnal/issues/381)) + + # Sygnal 0.14.2 (2024-05-21) ### Bugfixes diff --git a/changelog.d/380.bugfix b/changelog.d/380.bugfix deleted file mode 100644 index 7ad24e71..00000000 --- a/changelog.d/380.bugfix +++ /dev/null @@ -1 +0,0 @@ -Don't delete android notification options specified in config. diff --git a/changelog.d/381.misc b/changelog.d/381.misc deleted file mode 100644 index 6110ec3f..00000000 --- a/changelog.d/381.misc +++ /dev/null @@ -1 +0,0 @@ -Fix tests to allow Twisted versions >=23.10. diff --git a/pyproject.toml b/pyproject.toml index 29db48bc..ef11a53a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sygnal" -version = "0.14.2" +version = "0.14.3" description = "Reference Push Gateway for Matrix Notifications" authors = ["Matrix.org Team and Contributors "] readme = "README.md"