From 3c7789ac09713eabd5d293c10cc4c309e3327a24 Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:45:34 +0100 Subject: [PATCH] chore: release v2.18.2 --- .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 6e970a7f..022bfcb8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.18.1" + ".": "2.18.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d84ee94..44263bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.18.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.1...v2.18.2) (2026-02-04) + + +### Bug Fixes + +* breaking change ([#354](https://github.com/BLSQ/openhexa-sdk-python/issues/354)) ([f48b3eb](https://github.com/BLSQ/openhexa-sdk-python/commit/f48b3eb46abee80020454d112bc56ae46e47e1a1)) +* pipelines list only returns first page(Hexa-1441) ([#350](https://github.com/BLSQ/openhexa-sdk-python/issues/350)) ([fef42b7](https://github.com/BLSQ/openhexa-sdk-python/commit/fef42b7b2ea462d18de5e68c714fb08b6c32863a)) + ## [2.18.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.0...v2.18.1) (2026-01-29) diff --git a/pyproject.toml b/pyproject.toml index 5f1d5316..1f02cde9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.18.1" +version = "2.18.2" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]