From e9f71fcc4e55afaeb08d00bbd6cb6fa0ae7017e0 Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Wed, 20 May 2026 15:36:05 +0200 Subject: [PATCH] chore: release v2.21.0 --- .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 4407f9ec..49df20d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.20.2" + ".": "2.21.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe944cd..27f34237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.20.2...v2.21.0) (2026-05-20) + + +### Features + +* SDK - pipeline run parameters - dynamic choices (HEXA-1620) ([#385](https://github.com/BLSQ/openhexa-sdk-python/issues/385)) ([a1ed63f](https://github.com/BLSQ/openhexa-sdk-python/commit/a1ed63f457d9c3eafb71bb818714271eb5db1c5c)) + ## [2.20.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.20.1...v2.20.2) (2026-05-18) diff --git a/pyproject.toml b/pyproject.toml index e8b21497..ca05a82d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.20.2" +version = "2.21.0" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]