From 007ac89a9b33eeadd2db91796fc4dae45527dd1f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:05:27 +0000 Subject: [PATCH] Bumped ocean version to ^0.9.1 for wiz --- integrations/wiz/CHANGELOG.md | 7 +++++++ integrations/wiz/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 8a348d37c..69bbd385e 100644 --- a/integrations/wiz/CHANGELOG.md +++ b/integrations/wiz/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.33 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.32 (2024-06-23) ### Improvements diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 9689d7b8d..3a5d2ca92 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wiz" -version = "0.1.32" +version = "0.1.33" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "]