From 733ce4acfefaee6b651be6413f918356d06700b9 Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Wed, 17 Jun 2026 22:49:24 +0200 Subject: [PATCH] chore: release v2.22.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 637e6946..c4563a87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.21.1" + ".": "2.22.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6c1a58..47700f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.22.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.21.1...v2.22.0) (2026-06-17) + + +### Features + +* Conditional parameters (HEXA-1687) ([#396](https://github.com/BLSQ/openhexa-sdk-python/issues/396)) ([eb581d7](https://github.com/BLSQ/openhexa-sdk-python/commit/eb581d765914a117c36304dfe969863f5a33f3db)) + + +### Bug Fixes + +* Schema compatibility check ([#398](https://github.com/BLSQ/openhexa-sdk-python/issues/398)) ([9638745](https://github.com/BLSQ/openhexa-sdk-python/commit/96387458c00567448eda5b1e5c5cbe70ad7c8fe4)) + ## [2.21.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.21.0...v2.21.1) (2026-06-12) diff --git a/pyproject.toml b/pyproject.toml index 29ca0713..817212cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.21.1" +version = "2.22.0" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]