Skip to content

Commit 33c8dcc

Browse files
committed
chore: bump to 0.4.0, update CHANGELOG for Plan 30
1 parent 4c7f79c commit 33c8dcc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [0.4.0] - 2026-04-02
6+
7+
### Added
8+
- `Contact.incomingCollectorClients` getter — filter CollectorClients by Incoming status
9+
- `Contact.displayStatus` mapping: Deactivated → Revoked, Incoming → Pending
10+
11+
### Fixed
12+
- `CollectorClient.revoke()` handles missing accessData gracefully (skips access deletion)
13+
- `AppManagingAccount.getContacts(true)` calls `checkInbox()` on each collector to detect patient revoke/refuse responses
14+
515
## [0.3.0] - 2026-03-23
616

717
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hds-lib",
3-
"version": "0.2.0",
3+
"version": "0.4.0",
44
"description": "Health Data Safe - Library",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)