From e4dfa7dd725bc05f3d5cb93d6c93fdf8a4c5dc93 Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Thu, 15 Jan 2026 12:21:14 +0100 Subject: [PATCH] docs(changelog): Add release entries for v1.0.0, v1.0.1, v1.0.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8215b8d..d1c8d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- **Tasks**: Fix `Close()`, `Reopen()`, and `Invalidate()` to handle API array response format + +## [1.0.2] - 2026-01-15 + +### Fixed + +- **DueDate**: Remove caret (`^`) prefix from due date values - API expects values like `"Tomorrow"` not `"^Tomorrow"` + +### Removed + +- **DueDate**: Remove unused `DueASAP` and `DueMonday` constants + +## [1.0.1] - 2026-01-15 + +### Fixed + +- **DueDate**: Fix parsing of due dates returned by API - now supports both slash format (`2026/01/15`) and ISO format (`2026-01-15`) + +## [1.0.0] - 2026-01-14 + ### Added - **Client**: Core API client with functional options pattern