From 887751cd5d41716ac1f2f756bb5659bda8ae1f15 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Fri, 8 Aug 2025 15:34:30 -0400 Subject: [PATCH] Release notes --- docs/releases.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releases.md b/docs/releases.md index a77c6b1f..71097a78 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1468,6 +1468,13 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release ## Not released yet +### ntfy server v2.15.0 (UNRELEASED) + +**Bug fixes + maintenance:** + +* Add build tags `nopayments`, `nofirebase` and `nowebpush` to allow excluding external dependencies, useful for + packaging in Debian ([#1420](https://github.com/binwiederhier/ntfy/pull/1420), discussion in [#1258](https://github.com/binwiederhier/ntfy/issues/1258), thanks to [@thekhalifa](https://github.com/thekhalifa) for packaging ntfy for Debian/Ubuntu) + ### ntfy Android app v1.16.1 (UNRELEASED) **Features:**