From 970ca3a68ec829f909d2e93a80f0c4fb927a3d05 Mon Sep 17 00:00:00 2001
From: Philipp Heckel <pheckel@datto.com>
Date: Sun, 29 May 2022 20:01:05 -0400
Subject: [PATCH] Changelog

---
 docs/releases.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/releases.md b/docs/releases.md
index 1fdf36b..0e0e668 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -6,6 +6,14 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
 
 ## ntfy iOS app v1.1 (UNRELEASED)
 
+In this release of the iOS app, we add message priorities (mapped to iOS interruption levels), tags and emojis,
+action buttons to open websites or perform HTTP requests (in the notification and the detail view), a custom click
+action when the notification is tapped, and various other fixes.
+
+It also adds support for self-hosted servers (albeit not supporting auth yet). The selfhosted server needs to be 
+configured to forward poll requests to upstream ntfy.sh for push notifications to work (see [iOS push notifications](https://ntfy.sh/docs/config/#ios-instant-notifications)
+for details).
+
 **Features:**
 
 * [Message priority](https://ntfy.sh/docs/publish/#message-priority) support (no ticket)
-- 
GitLab