From 1fe91e3bc4421c80056aedd9706cb645b7e73e21 Mon Sep 17 00:00:00 2001 From: Moises E Jaramillo Date: Mon, 13 Jul 2026 21:56:15 -0400 Subject: [PATCH] chore(release): cut 2.3.0 Bump NetDidVersion 2.2.0 -> 2.3.0 and stamp CHANGELOG [2.3.0] - 2026-07-13. Ships did:webvh log-validation hardening and conformance fixes (#101), continuous pre-rotation key-change evidence with new DidUpdateResult. RevealedUpdateKeys (#98), and deterministic key-material disposal in did:key / did:peer:0 fresh-key creation (#97). Public API changes are additive (new RevealedUpdateKeys member, additive maxControllerProofsPerEntry constructor/overload); stricter validation only rejects malicious or non-conformant logs, so this is a minor bump. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8156451..a0f81dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] - 2026-07-13 + ### Fixed - **Preserve-mode did:webvh updates carry the previous document verbatim into the new signed diff --git a/Directory.Build.props b/Directory.Build.props index ee47993..4ab7b3f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ net10.0 enable enable - 2.2.0 + 2.3.0 true $(NoWarn);1591 true