Release notes

This commit is contained in:
binwiederhier 2023-02-23 14:02:58 -05:00
parent ab59d81d08
commit 697c09e146

View file

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