From 9eb78f6171dd3ced8377879d20a5ef8b61ff1ae8 Mon Sep 17 00:00:00 2001 From: m5r Date: Sat, 22 Aug 2026 23:32:36 +0200 Subject: [PATCH] changelog: 0.0.9 releases today --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0250ed9..6882b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to nxdns are recorded here. The format follows [Keep a Chang Sections are written by hand. Nothing here is generated from commit messages: the point of the file is to say what changed for an operator, which a commit subject rarely does. -## [Unreleased] +## [0.0.9] - 2026-08-22 Query provenance: every logged query becomes exactly explainable — what the policy decided, what matched, where the answer came from and what the client saw. The handler records all of it as the reply goes out, `query_log` stores it, and a detail page reads one query back in the order the pipeline decided it. Read the upgrade note below first: it resets your query history.