diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1a01fd1..81f18697 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.22.1" + ".": "2.22.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d6865c..ad6a45a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.22.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.22.1...v2.22.2) (2026-06-23) + + +### Bug Fixes + +* conditional params safeguard ([#402](https://github.com/BLSQ/openhexa-sdk-python/issues/402)) ([b4ffc79](https://github.com/BLSQ/openhexa-sdk-python/commit/b4ffc79dd20c2f1a7ff0250cc7e0e05a75ca4cbb)) + ## [2.22.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.22.0...v2.22.1) (2026-06-18) diff --git a/pyproject.toml b/pyproject.toml index 16c42701..470fbbb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.22.1" +version = "2.22.2" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]