From e0a957c4e9f01f51794cf83765459c5f9116c385 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sat, 31 Dec 2022 09:40:30 -0500 Subject: [PATCH] Changelog --- docs/releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases.md b/docs/releases.md index 6e8cfba0..6eb098b2 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -8,6 +8,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Preliminary `/v1/health` API endpoint for service monitoring (no ticket) +**Bug fixes:** + +* Fix `chown` issues with RHEL-like based systems ([#566](https://github.com/binwiederhier/ntfy/issues/566)/[#565](https://github.com/binwiederhier/ntfy/pull/565), thanks to [danieldemus](https://github.com/danieldemus)) + **Documentation:** * Add HTTP/2 and TLSv1.3 support to nginx docs ([#553](https://github.com/binwiederhier/ntfy/issues/553), thanks to [bt90](https://github.com/bt90))