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))