diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e69862..5e5ec06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.7.0 (2025-07-06) + +### Feat + +- add basic support to "resolve" a pending product + +### Fix + +- allow config injection for sake of tests +- bump version requirement for wuttaweb + ## v0.6.0 (2025-02-20) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 71e5b41..ad78d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "Sideshow" -version = "0.6.0" +version = "0.7.0" description = "Case/Special Order Tracker" readme = "README.md" authors = [