Skip to content

Commit 3183595

Browse files
authored
Merge pull request #79 from egnyte/2-0-0
Bump version to 2.0.0
2 parents 197cc5a + 564c6e2 commit 3183595

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.0
4+
5+
* Add support for Azure cloud
6+
37
## 1.3.11
48

59
* Update Jira notifier with token authentication
@@ -48,7 +52,7 @@
4852

4953
## 1.2.1
5054

51-
* Add support for nested results for CSV output
55+
* Add support for nested results for CSV output
5256

5357
## 1.2.0
5458

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cloudimized
22

33
Cloudimized is a Cloud Provider configuration scanning tool. It allows
4-
monitoring changes of selected resources. Currently supports Google Cloud Platform (GCP) and
4+
monitoring changes of selected resources. Supports Google Cloud Platform (GCP) and
55
Microsoft Azure.
66

77
Cloudimized performs similar function as Oxidized, but for Cloud environment.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
setup(
1313
name="cloudimized",
14-
version="1.3.11",
15-
description='Google Cloud Platform (GCP) configuration scanning tool',
14+
version="2.0.0",
15+
description='GCP & Azure configuration scanning tool',
1616
long_description=readme,
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/egnyte/cloudimized",

0 commit comments

Comments
 (0)