diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e8890..cc680cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ... +## [2.1.7] - 2024-08-13 + +### Fixes + +- Regression with some `Project` object attributes + ## [2.1.6] - 2024-08-07 ### Fixes diff --git a/pyproject.toml b/pyproject.toml index 06ba94d..83da18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "todoist_api_python" -version = "2.1.6" +version = "2.1.7" description = "Official Python SDK for the Todoist REST API." readme = "README.md" homepage = "https://github.com/Doist/todoist-api-python"