diff --git a/Packs/CommonReports/ReleaseNotes/1_0_5.md b/Packs/CommonReports/ReleaseNotes/1_0_5.md new file mode 100644 index 000000000000..726d6689b015 --- /dev/null +++ b/Packs/CommonReports/ReleaseNotes/1_0_5.md @@ -0,0 +1,6 @@ + +#### Reports + +##### Daily incidents + +- Documentation and metadata improvements. diff --git a/Packs/CommonReports/Reports/report-csv-dailyIncidentReport.json b/Packs/CommonReports/Reports/report-csv-dailyIncidentReport.json index 8e5986e3e09f..0d6435a8d7f3 100644 --- a/Packs/CommonReports/Reports/report-csv-dailyIncidentReport.json +++ b/Packs/CommonReports/Reports/report-csv-dailyIncidentReport.json @@ -1,7 +1,7 @@ { "id": "csvDailyIncidentReport", "name": "Daily incidents", - "description": "Daily summary of all current open incidents (CSV format).", + "description": "Daily summary of incidents statistics, followed by a list of all current open incidents.", "tags": [ ], diff --git a/Packs/CommonReports/pack_metadata.json b/Packs/CommonReports/pack_metadata.json index 12b7ad4ccaf2..1f86085f0281 100644 --- a/Packs/CommonReports/pack_metadata.json +++ b/Packs/CommonReports/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Reports", "description": "Frequently used reports pack.", "support": "xsoar", - "currentVersion": "1.0.4", + "currentVersion": "1.0.5", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",