diff --git a/.claude/commands/sync-release-notes.md b/.claude/commands/sync-release-notes.md index 4b1698181..314a9d13c 100644 --- a/.claude/commands/sync-release-notes.md +++ b/.claude/commands/sync-release-notes.md @@ -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 release notes` and push. +6. Create a new branch off master (e.g., `docs/add--release-notes-to-master`), commit with message `docs: add release notes`, and push. 7. Create a pull request targeting `master` with title `docs: add release notes to master`. diff --git a/docs/pages/release_notes.rst b/docs/pages/release_notes.rst index b4bcede5f..d3d0228c5 100644 --- a/docs/pages/release_notes.rst +++ b/docs/pages/release_notes.rst @@ -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) *************************