diff --git a/CHANGELOG.md b/CHANGELOG.md index ac26f3d..acfab94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.2 + +* Upgrade dependencies + ## 2.0.1 * Add support for Azure calls: networkSecurityGroups & aksClusters diff --git a/setup.py b/setup.py index 7e003d1..d2361a8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="cloudimized", - version="2.0.1", + version="2.0.2", description='GCP & Azure configuration scanning tool', long_description=readme, long_description_content_type="text/markdown",