diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49df20d2..637e6946 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.21.0" + ".": "2.21.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f34237..f880340c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.21.0...v2.21.1) (2026-05-29) + + +### Bug Fixes + +* pipeline push should rollback on failure (HEXA-1661) ([#391](https://github.com/BLSQ/openhexa-sdk-python/issues/391)) ([ad4e725](https://github.com/BLSQ/openhexa-sdk-python/commit/ad4e72586c6380349ae6251bcc09a07aa809fd6d)) + ## [2.21.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.20.2...v2.21.0) (2026-05-20) diff --git a/pyproject.toml b/pyproject.toml index ca05a82d..29ca0713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.21.0" +version = "2.21.1" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]