diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11ee94f..d15f5ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cbf60..8d5d516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/h2oai/cloud-discovery-py/compare/v2.2.1...v2.2.2) (2025-01-14) + + +### Performance Improvements + +* ⚡️ Fetch data concurrently in async mode ([#117](https://github.com/h2oai/cloud-discovery-py/issues/117)) ([2a8f8ea](https://github.com/h2oai/cloud-discovery-py/commit/2a8f8eaab15953f91dec908e4d77c84c039f14a4)) + ## [2.2.1](https://github.com/h2oai/cloud-discovery-py/compare/v2.2.0...v2.2.1) (2025-01-09) diff --git a/pyproject.toml b/pyproject.toml index a7f0b22..ed82b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license = "Apache-2.0" name = "h2o-cloud-discovery" readme = "README.md" requires-python = ">=3.8" -version = "2.2.1" +version = "2.2.2" [project.urls] Documentation = "https://github.com/h2oai/cloud-discovery-py#readme" diff --git a/src/h2o_discovery/_version.py b/src/h2o_discovery/_version.py index cebcbce..5b7cb13 100644 --- a/src/h2o_discovery/_version.py +++ b/src/h2o_discovery/_version.py @@ -1 +1 @@ -__version__ = "2.2.1" # x-release-please-version +__version__ = "2.2.2" # x-release-please-version