diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a236f1..2962bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## 0.15.1 — 2026-08-18 + +**Take this if you read bills. 0.15.0 can abandon a whole house on one bad date.** ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 69fbede..14350cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "commoner-probe" -version = "0.15.0" +version = "0.15.1" description = "Sousveillance infrastructure for state mandatory-disclosure portals — parliamentary questions, committee reports, budget data, and state assembly records." readme = "README.md" requires-python = ">=3.11"