From 5e4b5a970f75d0163c5496581d963a24ade4f276 Mon Sep 17 00:00:00 2001 From: magdev Date: Mon, 26 Jan 2026 16:54:37 +0100 Subject: [PATCH] Update session history with v0.2.0 release notes Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6471a6d..6087cb6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -222,3 +222,18 @@ When editing CLAUDE.md or other markdown files, follow these rules to avoid lint - Recursive key sorting is essential for nested objects like the `license` object in validate responses - When updating cryptographic implementations, both client and server documentation must be aligned - The remote server documentation URL was 404 - local `docs/server-implementation.md` is the source of truth + +### 2026-01-26 - Version 0.2.0 Release + +**Completed:** + +- Released version 0.2.0 with security improvements and server alignment +- Created annotated git tag `v0.2.0` +- Updated CHANGELOG.md with all changes since 0.1.0 +- Updated roadmap for versions 0.2.1 and 0.3.0 + +**Learnings:** + +- Version tagging with `git tag -a` creates annotated tags with messages +- CHANGELOG.md follows Keep a Changelog format (MD024 duplicate headings are expected) +- Roadmap in CLAUDE.md should be updated after each release to reflect next versions