diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1328ca9..0a163d74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 20399cf0..bd2bd913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.7.0...v2.7.1) (2025-06-27) + + +### Bug Fixes + +* include the graphql file in the build, with the correct path ([#286](https://github.com/BLSQ/openhexa-sdk-python/issues/286)) ([8a8c693](https://github.com/BLSQ/openhexa-sdk-python/commit/8a8c693a9de960e2cf9b62c6e8059b2e7911ad6d)) + ## [2.7.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.6.0...v2.7.0) (2025-06-27) diff --git a/pyproject.toml b/pyproject.toml index 42387baf..32cd1c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.7.0" +version = "2.7.1" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]