Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/sync-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Steps:

**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/vX.Y.Z-1...vX.Y.Z
```
6. Use `report_progress` to commit with message `docs: add <version> release notes` and push.
6. Create a new branch off master (e.g., `docs/add-<version>-release-notes-to-master`), commit with message `docs: add <version> release notes`, and push.
7. Create a pull request targeting `master` with title `docs: add <version> release notes to master`.
10 changes: 10 additions & 0 deletions docs/pages/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,16 @@ The following features have been deprecated:
- Network v1 API, to be removed
- VDR v1 API, replaced by VDR v2

*************************
Hazelnut update (v5.4.28)
*************************

Release date: 2026-03-31

- Update grpc-go to fix https://pkg.go.dev/vuln/GO-2026-4762

**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v5.4.27...v5.4.28

*************************
Hazelnut update (v5.4.27)
*************************
Expand Down
Loading