diff --git a/CHANGELOG.md b/CHANGELOG.md index b882480..2670d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.1] - 2026-01-22 + +### Fixed + +- Type hints for `Meta` class fields (`project`, `section`, `assignee`) now correctly indicate that tuple values can be `None` + ## [3.2.0] - 2026-01-16 ### Added diff --git a/pyproject.toml b/pyproject.toml index 587ad82..cac9b02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "todoist_api_python" -version = "3.2.0" +version = "3.2.1" description = "Official Python SDK for the Todoist API." authors = [{ name = "Doist Developers", email = "dev@doist.com" }] requires-python = "~=3.9"