From 5016621e99ffa8e6346dc4d0951b7778a5ecc027 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Tue, 9 Apr 2024 10:26:25 -0600 Subject: [PATCH] 0.14.1 --- CHANGELOG.md | 7 +++++++ changelog.d/362.bugfix | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/362.bugfix 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.