diff --git a/CHANGELOG.md b/CHANGELOG.md index 3060fdc..e4903b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 0.2.2 (2024-11-28) - Handle queries with aggregators [#35](https://github.com/datagouv/api-tabular/pull/35) - Restrain aggregators to list of specific resources [#36](https://github.com/datagouv/api-tabular/pull/36) diff --git a/pyproject.toml b/pyproject.toml index c9bb632..231276f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "udata-hydra-csvapi" -version = "0.2.2.dev" +version = "0.2.2" description = "API for CSV converted by udata-hydra" authors = ["data.gouv.fr "] license = "MIT"