diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60b44f4..9533e9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.19.0" + ".": "2.19.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index afd17a8..a1111fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.19.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.19.0...v2.19.1) (2026-03-03) + + +### Bug Fixes + +* expose connection identifier on connection objects ([#360](https://github.com/BLSQ/openhexa-sdk-python/issues/360)) ([04ce390](https://github.com/BLSQ/openhexa-sdk-python/commit/04ce390fba87e60d1b7f7ea31e77e7a4b1fe0d10)) +* Schema compatibility Slack message ([5430275](https://github.com/BLSQ/openhexa-sdk-python/commit/5430275f29f7982d9f32ce28adbcc4f304f7deac)) + + +### Miscellaneous + +* Add a schema compatibility check to the CI for the OH CLI ([#359](https://github.com/BLSQ/openhexa-sdk-python/issues/359)) ([429eba1](https://github.com/BLSQ/openhexa-sdk-python/commit/429eba152389b005f84224ec7eb34f154971989d)) +* Update GraphQL schema to latest release ([#364](https://github.com/BLSQ/openhexa-sdk-python/issues/364)) ([b89aab5](https://github.com/BLSQ/openhexa-sdk-python/commit/b89aab58e440668214350172b6c271400a8686c5)) + ## [2.19.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.2...v2.19.0) (2026-02-19) diff --git a/pyproject.toml b/pyproject.toml index 293fe07..bb7f08d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.19.0" +version = "2.19.1" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]