Skip to content

Commit af12d6b

Browse files
authored
chore(main): release 2.7.0 (#283)
1 parent 5a831c8 commit af12d6b

3 files changed

Lines changed: 15 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.6.0"
2+
".": "2.7.0"
33
}

CHANGELOG.md

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

3+
## [2.7.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.6.0...v2.7.0) (2025-06-27)
4+
5+
6+
### Features
7+
8+
* add global instance of OpenHexaClient ([#285](https://github.com/BLSQ/openhexa-sdk-python/issues/285)) ([5a831c8](https://github.com/BLSQ/openhexa-sdk-python/commit/5a831c83b1b3136234db7a95d1b2e176f5330f7b))
9+
* pass env variables to container ([#282](https://github.com/BLSQ/openhexa-sdk-python/issues/282)) ([b99d881](https://github.com/BLSQ/openhexa-sdk-python/commit/b99d8812304e17d0f3093f96cfec507de307e720))
10+
11+
12+
### Bug Fixes
13+
14+
* path to GraphQL schema for breaking change detection ([#284](https://github.com/BLSQ/openhexa-sdk-python/issues/284)) ([2259a87](https://github.com/BLSQ/openhexa-sdk-python/commit/2259a87acddec7bd14fe2d560b2073a9efe91337))
15+
316
## [2.6.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.5.1...v2.6.0) (2025-06-26)
417

518

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.6.0"
7+
version = "2.7.0"
88
description = "OpenHEXA SDK"
99

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

0 commit comments

Comments
 (0)