From 7f8d020e09f5d9af7f4785ec60406aaa478552f1 Mon Sep 17 00:00:00 2001 From: Aleksandr Platonenkov Date: Tue, 25 Aug 2026 22:19:48 -0300 Subject: [PATCH] docs(changelog): stamp the release heading for 11.0.0.0 The section going out in this release was still titled "Unreleased". Merging dev into release with it that way leaves the 11.0.0.0 tag pointing at a changelog whose top section carries neither a version nor a date, and by then it is too late to fix for that tag. Stamped the way every previous release was, and at the same point in the process: on dev, in an ordinary PR, before promotion - "## 10.12.0.0 08/16/2026" arrived that way in #94. The date follows the same convention as the headings above it, which track the commit date in UTC. Nothing else changes. CHANGES.md is not packed into any NuGet package, so this affects the repository and the tag rather than what gets published. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ab1a977b..c5cf7a5a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unreleased +## 11.0.0.0 08/26/2026 ### Migration at a glance