diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..ada7355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c062a40..cc53ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/h2oai/cloud-discovery-py/compare/v3.0.0...v3.1.0) (2025-02-03) + + +### Features + +* ✨ Discover registered components when available ([#119](https://github.com/h2oai/cloud-discovery-py/issues/119)) ([03aed56](https://github.com/h2oai/cloud-discovery-py/commit/03aed56bb1612a4ca3be4cd03f554654f95920ce)) + ## [3.0.0](https://github.com/h2oai/cloud-discovery-py/compare/v2.2.1...v3.0.0) (2025-01-22) diff --git a/pyproject.toml b/pyproject.toml index 2b170e2..8ffa8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = "Apache-2.0" name = "h2o-cloud-discovery" readme = "README.md" requires-python = ">=3.9" -version = "3.0.0" +version = "3.1.0" [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 7ed2d91..a847511 100644 --- a/src/h2o_discovery/_version.py +++ b/src/h2o_discovery/_version.py @@ -1 +1 @@ -__version__ = "3.0.0" # x-release-please-version +__version__ = "3.1.0" # x-release-please-version