From 83037ea0c2d9e365cf9ec0ad50251d3ebc7e4782 Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 22 Jan 2026 16:24:57 +0100 Subject: [PATCH] Release version 0.1.0 First minor release with complete license client functionality: - Object-oriented client library with PSR support - Secure client with HMAC-SHA256 signature verification - Comprehensive test suite (66 tests) - Full documentation including server implementation guide Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 2 +- CLAUDE.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a42d1..5d50dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.2] - 2026-01-22 +## [0.1.0] - 2026-01-22 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index 1e07619..54015d5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -109,7 +109,7 @@ When editing CLAUDE.md or other markdown files, follow these rules to avoid lint - API base path: `{baseUrl}/wp-json/wc-licensed-product/v1` - Git remote configured via SSH: `ssh://git@src.bundespruefstelle.ch:2022/magdev/wc-licensed-product-client.git` -### 2026-01-22 - Version 0.0.2 +### 2026-01-22 - Version 0.1.0 **Completed:** @@ -130,7 +130,7 @@ When editing CLAUDE.md or other markdown files, follow these rules to avoid lint - Symfony HttpClient works well with PSR interfaces via `symfony/http-client-contracts` - Keep a Changelog format allows duplicate headings per version (MD024 warning can be ignored) -### 2026-01-22 - Version 0.0.2 (Security Layer) +### 2026-01-22 - Version 0.1.0 (Security Layer) **Completed:**