Skip to content

Commit 53c25a8

Browse files
committed
0.17.0
1 parent 280fc02 commit 53c25a8

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Sygnal 0.17.0 (2025-11-05)
2+
3+
### Features
4+
5+
- Add `send_badge_counts` option for FCM/GCM pushkin. ([\#421](https://github.com/element-hq/sygnal/issues/421))
6+
- Add `send_badge_counts` option for APN pushkins. ([\#423](https://github.com/element-hq/sygnal/issues/423))
7+
8+
### Improved Documentation
9+
10+
- Link to Sygnal's Matrix room in the README. ([\#425](https://github.com/element-hq/sygnal/issues/425))
11+
12+
### Internal Changes
13+
14+
- Make sure no empty badge-only notifications are sent if there are no badge counts in FCM. ([\#424](https://github.com/element-hq/sygnal/issues/424))
15+
16+
117
# Sygnal 0.16.0 (2025-07-18)
218

319
This is the first Sygnal release under an AGPLv3.0 licence (with CLA, for

changelog.d/421.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/423.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/424.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/425.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api"
5656

5757
[tool.poetry]
5858
name = "matrix-sygnal"
59-
version = "0.16.0"
59+
version = "0.17.0"
6060
description = "Reference Push Gateway for Matrix Notifications"
6161
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6262
readme = "README.md"

0 commit comments

Comments
 (0)