From 697c09e146a5634265ff49ab525dc4a382e7adab Mon Sep 17 00:00:00 2001
From: binwiederhier <pheckel@datto.com>
Date: Thu, 23 Feb 2023 14:02:58 -0500
Subject: [PATCH] Release notes

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

diff --git a/docs/releases.md b/docs/releases.md
index 52d90031..f3275544 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -4,6 +4,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
 
 ## ntfy server v2.1.0 (UNRELEASED)
 
+This release now supports sending emails to protected topics, and it ships code to support annual billing cycles (not live yet).
+Most importantly, it fixes an issue with UnifiedPush (mostly Mastodon servers) that send an `Authorization` header, which ntfy
+rejects with an HTTP 401.
+
 **Features:**
 
 * Support for publishing to protected topics via email with access tokens ([#612](https://github.com/binwiederhier/ntfy/pull/621), thanks to [@tamcore](https://github.com/tamcore))