diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b81847c..b1e16ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.8.5] - 2026-03-19 + +### Fixed + +- **`/retro` now counts full calendar days.** Running a retro late at night no longer silently misses commits from earlier in the day. Git treats bare dates like `--since="2026-03-11"` as "11pm on March 11" if you run it at 11pm — now we pass `--since="2026-03-11T00:00:00"` so it always starts from midnight. Compare mode windows get the same fix. + ## [0.8.4] - 2026-03-19 ### Added diff --git a/VERSION b/VERSION index b60d7196..7ada0d30 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.4 +0.8.5