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