Skip to content

Commit 83bb45b

Browse files
committed
Update changelog
1 parent 0f87576 commit 83bb45b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0] - 2026-06-22
8+
## [1.0.0] - 2026-07-12
9+
10+
### Added
11+
12+
- Added support for the `collapseId` field (iOS + Android) (#60)
13+
- Added support for the `tag` field (Android) (#61)
914

1015
### Changed
1116

1217
- Added art, summary and changelog section to README
18+
- Cached SDK version in memory to avoid repeated disk reads (#62)
19+
20+
### Fixed
21+
22+
- Fixed `chunkByNotifications` behaviour in `PushMessageCollection` so multi-recipient messages are split correctly across chunk boundaries (#59)
23+
- Prevented `sendNotifications()` and `getReceipts()` from firing spurious HTTP requests when given an empty collection (#63)
1324

1425
## [0.8.2] - 2026-04-04
1526

0 commit comments

Comments
 (0)