diff --git a/CHANGELOG.md b/CHANGELOG.md index 603fa7c1..f1f71a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.4.2] - 2026-08-16 + +### Fixed + +- Fix Belga discovery always dropping the newest press release (#158) + - The Belga API `offset` parameter is a 0-based item index, so the configured `offset=1` skipped the newest article on every fetch. A data migration repoints the existing Belga feed to `offset=0`. +- Fix articles validated before their feed had an active route never becoming routable (#157) + - Route articles are now backfilled when a route is created or re-activated, using the article content stored at validation time — no re-fetch. + ## [1.4.1] - 2026-08-15 ### Fixed