diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 556135f..eb53378 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,9 +8,16 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Dates a ## [Unreleased] +--- + +## [2026-05-28] — Certificate Chain + ### Added - `GET /certs/tls/:id/chain` — returns intermediate CA chain details: per-entry subject, issuer, fingerprint, notAfter; plus `chainPem` (intermediates only) and `fullChainPem` (leaf + intermediates) fields. New `chainPem` column added to `tls_cert` table via migration. New shared types: `TlsCertChainEntry`, `TlsCertChainInfo`. (PR #79) +### Suggested version tag +- **v0.4.0** — new authenticated endpoint; minor version bump per semver. + --- ## [2026-05-03] — Public Scan API