diff --git a/CHANGELOG.md b/CHANGELOG.md index be26b0ac..9524fa7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Sygnal 0.14.1 (2024-04-09) + +### Bugfixes + +- Fix a bug causing Sygnal to fail when processing notifications without a `content` dict, when those notifications were destined for GCM. Contributed by @c-cal. ([\#362](https://github.com/matrix-org/sygnal/issues/362)) + + # Sygnal 0.14.0 (2024-03-21) ### Features diff --git a/changelog.d/362.bugfix b/changelog.d/362.bugfix deleted file mode 100644 index a3d3a394..00000000 --- a/changelog.d/362.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug causing Sygnal to fail when processing notifications without a `content` dict, when those notifications were destined for GCM. Contributed by @c-cal.