Skip to content

Commit 9a65a2c

Browse files
authored
chore: release v2.19.1 (#361)
1 parent b89aab5 commit 9a65a2c

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.19.0"
2+
".": "2.19.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.19.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.19.0...v2.19.1) (2026-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* expose connection identifier on connection objects ([#360](https://github.com/BLSQ/openhexa-sdk-python/issues/360)) ([04ce390](https://github.com/BLSQ/openhexa-sdk-python/commit/04ce390fba87e60d1b7f7ea31e77e7a4b1fe0d10))
9+
* Schema compatibility Slack message ([5430275](https://github.com/BLSQ/openhexa-sdk-python/commit/5430275f29f7982d9f32ce28adbcc4f304f7deac))
10+
11+
12+
### Miscellaneous
13+
14+
* Add a schema compatibility check to the CI for the OH CLI ([#359](https://github.com/BLSQ/openhexa-sdk-python/issues/359)) ([429eba1](https://github.com/BLSQ/openhexa-sdk-python/commit/429eba152389b005f84224ec7eb34f154971989d))
15+
* Update GraphQL schema to latest release ([#364](https://github.com/BLSQ/openhexa-sdk-python/issues/364)) ([b89aab5](https://github.com/BLSQ/openhexa-sdk-python/commit/b89aab58e440668214350172b6c271400a8686c5))
16+
317
## [2.19.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.2...v2.19.0) (2026-02-19)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openhexa.sdk"
7-
version = "2.19.0"
7+
version = "2.19.1"
88
description = "OpenHEXA SDK"
99

1010
authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]

0 commit comments

Comments
 (0)