We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7ad6e commit f76a61bCopy full SHA for f76a61b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 1.3.6 - 2025-07-03
4
+- Copy Lua scripts for rules over to output directory:
5
+ https://redmine.openinfosecfoundation.org/issues/6395
6
+- Fix parsing of nested lists in address and ports:
7
+ https://redmine.openinfosecfoundation.org/issues/7799
8
+
9
## 1.3.5 - 2025-06-06
10
11
- Handle '=' in Suricata --dump-config:
suricata/update/version.py
@@ -4,4 +4,4 @@
# Alpha: 1.0.0a1
# Development: 1.0.0dev0
# Release candidate: 1.0.0rc1
-version = "1.3.5"
+version = "1.3.6"
0 commit comments