Skip to content

Commit

Permalink
bump: 4.7.2 revision 00
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Nov 30, 2023
1 parent 0df0606 commit d7e3821
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.7.2 - OpenSearch Dashboards 2.8.0 - Revision 00

### Added

- Support for Wazuh 4.7.2

## Wazuh v4.7.1 - OpenSearch Dashboards 2.8.0 - Revision 01

### Added
Expand Down
8 changes: 5 additions & 3 deletions plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"id": "wazuh",
"version": "4.7.1-01",
"version": "4.7.2-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": ["wazuh"],
"configPath": [
"wazuh"
],
"requiredPlugins": [
"navigation",
"data",
Expand All @@ -24,4 +26,4 @@
],
"server": true,
"ui": true
}
}
6 changes: 3 additions & 3 deletions plugins/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.7.1",
"revision": "01",
"version": "4.7.2",
"revision": "00",
"pluginPlatform": {
"version": "2.8.0"
},
Expand Down Expand Up @@ -83,4 +83,4 @@
"redux-mock-store": "^1.5.4",
"swagger-client": "^3.19.11"
}
}
}

0 comments on commit d7e3821

Please sign in to comment.