From 7f8780e1f87aec9846169f640638daab7e4de097 Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:51:09 +0200 Subject: [PATCH] chore: release v2.22.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4563a87..d1a01fd1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.22.0" + ".": "2.22.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 47700f27..83d6865c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.22.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.22.0...v2.22.1) (2026-06-18) + + +### Miscellaneous + +* **deps:** update conda-incubator/setup-miniconda action to v4 ([#382](https://github.com/BLSQ/openhexa-sdk-python/issues/382)) ([c708355](https://github.com/BLSQ/openhexa-sdk-python/commit/c70835572b07e96fc48ad4c030cde1754b0642d4)) +* Update GraphQL schema ([5e6df92](https://github.com/BLSQ/openhexa-sdk-python/commit/5e6df926185fa0e26d3688ded13ce6b13b882588)) + ## [2.22.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.21.1...v2.22.0) (2026-06-17) diff --git a/pyproject.toml b/pyproject.toml index 817212cc..16c42701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.22.0" +version = "2.22.1" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]