diff --git a/docs/releases.md b/docs/releases.md
index 1fdf36bc226da817d0b3aad0636a4c3db5b5ab29..0e0e668358fe967bd59496d888c2ee2ad33583b2 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)