diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b629e..de2b15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to api-medic are documented here. The format follows [Keep a ## [Unreleased] +## [1.1.1] - 2026-05-02 + ### Added - HAR picker meta line on the hosted demo's HAR tab now surfaces uncompressed file size, capture date (from `log.pages[0].startedDateTime` or the first entry's `startedDateTime`), and unique-host count alongside the existing entry count. Fields are omitted when absent from the parsed HAR. diff --git a/pyproject.toml b/pyproject.toml index aaa249f..2344854 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api-medic" -version = "1.1.0" +version = "1.1.1" description = "Diagnostic tool for HTTP API issues. Captures or runs a request, runs a battery of checks, produces a structured report with plain-language findings." readme = "README.md" license = { file = "LICENSE" }