From f04ab37184d2e438996d99869815ede1ebfe009d Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Tue, 20 Jan 2026 15:53:28 +0100 Subject: [PATCH] chore: release v2.16.1 --- .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 b258565..129fd31 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.16.0" + ".": "2.16.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3937eb0..fc42558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.16.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.16.0...v2.16.1) (2026-01-20) + + +### Bug Fixes + +* breaking changes mechanism (HEXA-1469) ([#340](https://github.com/BLSQ/openhexa-sdk-python/issues/340)) ([0e821aa](https://github.com/BLSQ/openhexa-sdk-python/commit/0e821aa09b94616430f43940ebdeb133f64bb29a)) + ## [2.16.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.15.2...v2.16.0) (2025-12-08) diff --git a/pyproject.toml b/pyproject.toml index 7044876..26e06b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.16.0" +version = "2.16.1" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]