From 9227e411f9e9923ca363ec5087477fdf66a83771 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Wed, 29 Jun 2022 19:35:09 -0400 Subject: [PATCH] changelog --- docs/releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases.md b/docs/releases.md index 795afd83..875c8e07 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -29,6 +29,10 @@ Thank you to [@wunter8](https://github.com/wunter8) for proactively picking up s ## ntfy server v1.28.0 (UNRELEASED) +**Features:** + +* Subscription display name for the web app ([#348](https://github.com/binwiederhier/ntfy/pull/348)) + **Bugs:** * `ntfy user` commands don't work with `auth_file` but works with `auth-file` ([#344](https://github.com/binwiederhier/ntfy/issues/344), thanks to [@Histalek](https://github.com/Histalek) for reporting)