diff --git a/CHANGELOG.md b/CHANGELOG.md index d21f06c..c13c84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.3.0 - 2026-02-04 + +### Added + +- Basic JSON RESTful client (compatible with the GenericRestServer) + - No editing of existing items on the server yet + +### Fixed + +- Save changes when closing the EditItemDialog + ## 0.2.1 - 2026-01-15 ### Added