diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 022bfcb..281ef7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.18.2" + ".": "2.18.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44263bc..79d1cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.18.3](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.2...v2.18.3) (2026-02-11) + + +### Bug Fixes + +* boolean parameter without defaullt value defaults to False ([#352](https://github.com/BLSQ/openhexa-sdk-python/issues/352)) ([d2d563d](https://github.com/BLSQ/openhexa-sdk-python/commit/d2d563da8d6a5843315f8b6a0cde4348297f7615)) + + +### Miscellaneous + +* **deps:** update dependency ruff to >=0.15.0,<0.16.0 ([#353](https://github.com/BLSQ/openhexa-sdk-python/issues/353)) ([cd477c6](https://github.com/BLSQ/openhexa-sdk-python/commit/cd477c6946f49fdb7fdd0d4d39f610abe165d789)) +* **deps:** update dependency setuptools to >=80.10.2,<80.11.0 ([#342](https://github.com/BLSQ/openhexa-sdk-python/issues/342)) ([525a8e9](https://github.com/BLSQ/openhexa-sdk-python/commit/525a8e9e1b9714408633fb516e5434c7d3e5b325)) +* **deps:** update dependency setuptools to v82 ([#357](https://github.com/BLSQ/openhexa-sdk-python/issues/357)) ([1f1d791](https://github.com/BLSQ/openhexa-sdk-python/commit/1f1d791d2a11ad49a33037f8abcbcc5f65fc607e)) + ## [2.18.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.1...v2.18.2) (2026-02-04) diff --git a/pyproject.toml b/pyproject.toml index dc6fec5..904a2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.18.2" +version = "2.18.3" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]