diff --git a/CHANGELOG.md b/CHANGELOG.md index 3419f9a..eff0e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.1...0.2.2) (2024-05-13) + + +### Bug Fixes + +* **dhis2:** invalid params argument ([070379b](https://github.com/BLSQ/openhexa-toolbox/commit/070379bd9ea9c0a4638e87be323ea79ab967bf15)) + ## [0.2.1](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.0...0.2.1) (2024-05-10) diff --git a/pyproject.toml b/pyproject.toml index b2e1bbe..2c3de3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "0.2.1" +version = "0.2.2" description = "A set of tools to acquire & process data from various sources" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }] maintainers = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]