diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index 682dafa856..fbb4e351a6 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.51 (2024-09-04) + + +### Improvements + +- Improved user experience when using GCP Quotas- Added validation and used environmental variables in order to get the information the integration needs to get the project + quota of that project. + + ## 0.1.50 (2024-09-01) diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index a4f8958f18..ac9668e709 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcp" -version = "0.1.50" +version = "0.1.51" description = "A GCP ocean integration" authors = ["Matan Geva "]