We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b10fe8 commit 40eaf30Copy full SHA for 40eaf30
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [v3.13.6]
5
+
6
+### Changed
7
8
+- Improved parameters validation for `PUT /active-response` endpoint ([#504](https://github.com/wazuh/wazuh-api/pull/504)).
9
10
## [v3.13.5]
11
12
### Changed
package.json
@@ -1,7 +1,7 @@
{
"name": "wazuh_api",
- "version": "3.13.5",
- "revision": "31305",
+ "version": "3.13.6",
+ "revision": "31306",
"description": "Wazuh API.",
"main": "app.js",
"author": "Wazuh",
0 commit comments