diff --git a/CHANGELOG.md b/CHANGELOG.md index 74dc441..0c0e433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to Moon Household Budget. Newest first. Generated from changelog.json by release.py — do not edit by hand. +## 0.2.1 — 2026-06-06 + +- Edit bills inline from the bills page + ## 0.2.0 — 2026-06-06 — Automatic version + changelog on every update - Every app update now automatically bumps the version and adds a 'What's New' entry, so you always see what changed. diff --git a/changelog.json b/changelog.json index b62fdb7..c3dfcaa 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,11 @@ [ + { + "version": "0.2.1", + "date": "2026-06-06", + "changes": [ + "Edit bills inline from the bills page" + ] + }, { "version": "0.2.0", "date": "2026-06-06",