Skip to content

Commit

Permalink
Update changelog and bump version (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
juankaromo authored and Jesús Ángel committed Jun 27, 2019
1 parent 4be8eee commit 4217c0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Wazuh v3.9.3 - Splunk Enterprise v7.3.0 - Revision 32
## Wazuh v3.9.3 - Splunk Enterprise v7.3.0 - Revision 33

### Added

Expand All @@ -14,7 +14,8 @@ All notable changes to the Wazuh app for Splunk project will be documented in th
- Fixed incorrect fields in never connected agents [#750](https://github.com/wazuh/wazuh-splunk/pull/750).
- Box editors without delimited bottom have been fixed [#750](https://github.com/wazuh/wazuh-splunk/pull/750).
- Fixed error message when the app detects an unexpected Wazuh version [#750](https://github.com/wazuh/wazuh-splunk/pull/750).

- Fix Agents > Inventory [#745](https://github.com/wazuh/wazuh-splunk/pull/745)
- Fix Invalid Date message in some browsers dates [e1ccb55](https://github.com/wazuh/wazuh-splunk/commit/e1ccb556c75a807947e3987fbe7a38a0f14ae699)

## Wazuh v3.9.2 - Splunk Enterprise v7.3.0 - Revision 28

Expand All @@ -25,7 +26,7 @@ All notable changes to the Wazuh app for Splunk project will be documented in th

### Fixed

- Fixed visualization for Agents > Overview [#718](https://github.com/wazuh/wazuh-splunk/pull/718).
- Fixed visualization for Agents > Overview [#718](https://github.com/wazuh/wazuh-splunk/pull/718).
- Fix error when adding an api with invalid fields format [#729](https://github.com/wazuh/wazuh-splunk/pull/729).
- Fix missing parameters in Dev Tools request [#731](https://github.com/wazuh/wazuh-splunk/pull/731).

Expand Down
2 changes: 1 addition & 1 deletion SplunkAppForWazuh/default/package.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[app]
version = 3.9.3
revision = 32
revision = 33

[wazuh]
version = 3.9.3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wazuh-splunk",
"version": "3.9.3",
"revision": "32",
"code": "32-0",
"revision": "33",
"code": "33-0",
"description": "Splunk app for Wazuh",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 4217c0b

Please sign in to comment.