diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c46084e4..80ee22a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "4.28.1", + ".": "4.28.2", "plugins/development": "4.2.1", - "plugins/reporting": "2.0.2", + "plugins/reporting": "2.0.3", ".claude-plugin": "8.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2f72ad..e3cd23fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.28.2](https://github.com/panbanda/omen/compare/omen-v4.28.1...omen-v4.28.2) (2026-08-19) + + +### Bug Fixes + +* **reporting:** require analysts to verify claims against source ([#492](https://github.com/panbanda/omen/issues/492)) ([2597c85](https://github.com/panbanda/omen/commit/2597c85b0312f0983dbcc47984731c3977155e1e)), closes [#490](https://github.com/panbanda/omen/issues/490) +* **score:** sample trend across actual commit range, not epoch-to-now ([#489](https://github.com/panbanda/omen/issues/489)) ([6cdf6c7](https://github.com/panbanda/omen/commit/6cdf6c7f1387a69b056e0ae7084b1631a6231f3e)) + ## [4.28.1](https://github.com/panbanda/omen/compare/omen-v4.28.0...omen-v4.28.1) (2026-08-12) diff --git a/Cargo.lock b/Cargo.lock index 2dee0342..0ff8a36e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2849,7 +2849,7 @@ dependencies = [ [[package]] name = "omen-cli" -version = "4.28.1" +version = "4.28.2" dependencies = [ "assert_cmd", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 590124c1..b6baa0c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omen-cli" -version = "4.28.1" +version = "4.28.2" edition = "2021" rust-version = "1.92" authors = ["Panbanda"] diff --git a/plugins/reporting/CHANGELOG.md b/plugins/reporting/CHANGELOG.md index 791e4ea3..44f8d206 100644 --- a/plugins/reporting/CHANGELOG.md +++ b/plugins/reporting/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/panbanda/omen/compare/omen-reporting-v2.0.2...omen-reporting-v2.0.3) (2026-08-19) + + +### Bug Fixes + +* **reporting:** require analysts to verify claims against source ([#492](https://github.com/panbanda/omen/issues/492)) ([2597c85](https://github.com/panbanda/omen/commit/2597c85b0312f0983dbcc47984731c3977155e1e)), closes [#490](https://github.com/panbanda/omen/issues/490) + ## [2.0.2](https://github.com/panbanda/omen/compare/omen-reporting-v2.0.1...omen-reporting-v2.0.2) (2026-08-11) diff --git a/plugins/reporting/plugin.json b/plugins/reporting/plugin.json index b663d655..a4ad8fd8 100644 --- a/plugins/reporting/plugin.json +++ b/plugins/reporting/plugin.json @@ -1,7 +1,7 @@ { "name": "omen-reporting", "description": "Generate comprehensive HTML health reports with research-backed insights from specialized domain analysts", - "version": "2.0.2", + "version": "2.0.3", "author": { "name": "Jonathan Reyes", "email": "me@jonathanreyes.com"