From 841d2fa9494fb9dac743f9f9300cea4fe840eb6c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 22 Sep 2024 11:29:50 +0000 Subject: [PATCH] Bumped ocean version to ^ for wiz --- integrations/wiz/CHANGELOG.md | 8 ++++++++ integrations/wiz/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 4e0fbcdd6..c21b888a5 100644 --- a/integrations/wiz/CHANGELOG.md +++ b/integrations/wiz/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.60 (2024-09-22) + + +### Improvements + +- Bumped ocean version to ^ + + ## 0.1.59 (2024-09-17) diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index ad630cfd6..440644196 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wiz" -version = "0.1.59" +version = "0.1.60" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "]