From a0c1a1159ec9011c87c42b5eea45264d217dcb6e Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Tue, 31 Mar 2026 08:52:53 +0200 Subject: [PATCH 1/2] docs: add v5.4.28 release notes to master Co-Authored-By: Claude Sonnet 4.6 --- docs/pages/release_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) ************************* From d0fe666a6c6b8120e49802b350b325fa39c1ea66 Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Tue, 31 Mar 2026 08:54:35 +0200 Subject: [PATCH 2/2] Fix sync-release-notes skill: replace non-existent report_progress with actual steps Co-Authored-By: Claude Sonnet 4.6 --- .claude/commands/sync-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.