From e3a263157f40fc18007d3d5df81068777cc1bbd1 Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Mon, 18 May 2026 10:28:07 +0200 Subject: [PATCH] chore: release v2.20.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48b48209..4407f9ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.20.1" + ".": "2.20.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1632aa66..cfe944cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.20.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.20.1...v2.20.2) (2026-05-18) + + +### Miscellaneous + +* Update GraphQL schema ([#388](https://github.com/BLSQ/openhexa-sdk-python/issues/388)) ([8804a63](https://github.com/BLSQ/openhexa-sdk-python/commit/8804a632693edc623ef8d20190ec7d6a75465619)) + ## [2.20.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.20.0...v2.20.1) (2026-04-28) diff --git a/pyproject.toml b/pyproject.toml index 971b8826..e55b182e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.20.1" +version = "2.20.2" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]