diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d6df2..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e2e4b..da33d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/BLSQ/openhexa-toolbox/compare/v1.0.2...v1.1.0) (2024-08-27) + + +### Features + +* **openHEXA:** add openHEXA client ([#49](https://github.com/BLSQ/openhexa-toolbox/issues/49)) ([5d23150](https://github.com/BLSQ/openhexa-toolbox/commit/5d23150ee7acdb51968c0191a2cf5ac5fa1d749d)) + ## [1.0.2](https://github.com/BLSQ/openhexa-toolbox/compare/v1.0.1...v1.0.2) (2024-08-13) diff --git a/pyproject.toml b/pyproject.toml index 387523d..ee548c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.0.2" +version = "1.1.0" description = "A set of tools to acquire & process data from various sources" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }] maintainers = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]