From: Jason Ish Date: Tue, 16 Apr 2024 17:08:49 +0000 (-0600) Subject: version: 1.3.3 X-Git-Tag: 1.3.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F344%2Fhead;p=thirdparty%2Fsuricata-update.git version: 1.3.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 03310ca..6ae15ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.3.3 - 2024-04-16 +- Add missing engine provided rules: + https://redmine.openinfosecfoundation.org/issues/6932 + ## 1.3.2 - 2024-03-14 - Fix copying of file hash lists which was broken in the dataset fix as part of ticket #6833: diff --git a/suricata/update/version.py b/suricata/update/version.py index ca19a7a..d190ec4 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.3dev0" +version = "1.3.3"