From a961677b74cf261db479449358fbf76e02b6587f Mon Sep 17 00:00:00 2001 From: Emjey Date: Wed, 10 Jun 2026 19:00:34 +0530 Subject: [PATCH] Update CHANGELOG for version 1.1.0 release --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51590d..69fd35c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,27 @@ _Changes merged to `main` but not yet released._ --- +## [1.1.0] — 2026-06-10 + +### Added + +* Universal search now indexes error messages and trace snippets in addition to test names and linked references. +* Users can quickly locate related failures by searching for exception names, assertion text, or custom error messages. + +### Changed + +* Updated README and documentation examples for universal search and traceability. + +### Fixed + +* Addressed security and reliability issues identified by CodeQL analysis. +* Improved report generation robustness and resolved minor quality issues highlighted during static analysis. + +### Maintenance + +* Bumped version to `1.1.0` in `pyproject.toml` and `docs/conf.py`. + + ## [1.0.1] — 2026-05-07 ### Changed