From: Jason Ish Date: Thu, 5 Dec 2024 21:52:15 +0000 (-0600) Subject: version: 1.3.4 X-Git-Tag: 1.3.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65bd3d72855a4cbe8bdbd9f2586f5409b3efb6f6;p=thirdparty%2Fsuricata-update.git version: 1.3.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd9725..e1ed656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.3.4 - unreleased +## 1.3.4 - 2024-12-09 - Consolidate SID matches to a set: https://redmine.openinfosecfoundation.org/issues/7415 - Support FIPs restricted systems: diff --git a/suricata/update/version.py b/suricata/update/version.py index d190ec4..f408b96 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -4,4 +4,4 @@ # Alpha: 1.0.0a1 # Development: 1.0.0dev0 # Release candidate: 1.0.0rc1 -version = "1.3.3" +version = "1.3.4"