diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f..9c6a481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dae54f..b5f799b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.1...v1.1.2) (2024-09-23) + + +### Bug Fixes + +* **dhis2:** do not raise authentication errors for status codes 406 ([d0af883](https://github.com/BLSQ/openhexa-toolbox/commit/d0af883d9b710073cbb9aa8c73698017fc6d6e97)) + ## [1.1.1](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.0...v1.1.1) (2024-09-23) diff --git a/pyproject.toml b/pyproject.toml index 156750e..e350a7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.1.1" +version = "1.1.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" }]