diff --git a/Solutions/SOCRadar/Data/Solution_SOCRadar.json b/Solutions/SOCRadar/Data/Solution_SOCRadar.json index 55a6d102f62..57e442e2686 100644 --- a/Solutions/SOCRadar/Data/Solution_SOCRadar.json +++ b/Solutions/SOCRadar/Data/Solution_SOCRadar.json @@ -7,7 +7,7 @@ "HuntingQueryBladeDescription": "This solution installs hunting queries to help investigate SOCRadar alarm data in Microsoft Sentinel.", "AnalyticalRuleBladeDescription": "This solution installs analytic rule templates to detect critical SOCRadar alarms, alarm volume anomalies, and sync failures.", "PlaybooksBladeDescription": "This solution installs playbooks to automate alarm import and sync between SOCRadar and Microsoft Sentinel.", - "Version": "3.0.0", + "Version": "3.0.1", "BasePath": "C:\\\\GitHub\\\\Azure-Sentinel\\\\Solutions\\\\SOCRadar", "TemplateSpec": true, "Is1Pconnector": false, diff --git a/Solutions/SOCRadar/Package/3.0.1.zip b/Solutions/SOCRadar/Package/3.0.1.zip new file mode 100644 index 00000000000..c5a1208ce8f Binary files /dev/null and b/Solutions/SOCRadar/Package/3.0.1.zip differ diff --git a/Solutions/SOCRadar/Package/mainTemplate.json b/Solutions/SOCRadar/Package/mainTemplate.json index 8a90118f896..c33c484a42f 100644 --- a/Solutions/SOCRadar/Package/mainTemplate.json +++ b/Solutions/SOCRadar/Package/mainTemplate.json @@ -48,7 +48,7 @@ "email": "integration@socradar.io", "_email": "[variables('email')]", "_solutionName": "SOCRadar", - "_solutionVersion": "3.0.0", + "_solutionVersion": "3.0.1", "solutionId": "socradar.azure-sentinel-solution-socradar", "_solutionId": "[variables('solutionId')]", "_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]", @@ -126,7 +126,7 @@ "apiVersion": "2023-04-01-preview", "location": "[parameters('workspace-location')]", "properties": { - "version": "3.0.0", + "version": "3.0.1", "kind": "Solution", "contentSchemaVersion": "3.0.0", "displayName": "SOCRadar", diff --git a/Solutions/SOCRadar/ReleaseNotes.md b/Solutions/SOCRadar/ReleaseNotes.md index 113f0fb0d4d..2b759e8f810 100644 --- a/Solutions/SOCRadar/ReleaseNotes.md +++ b/Solutions/SOCRadar/ReleaseNotes.md @@ -1,3 +1,4 @@ | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | |-------------|--------------------------------|--------------------| +| 3.0.1 | 17-06-2026 | Version bump to align the published package with the catalog; no template or playbook logic changes. | | 3.0.0 | 26-02-2026 | Initial release. |