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 "]