From: Jason Ish Date: Thu, 14 Mar 2024 18:52:15 +0000 (-0600) Subject: version: 1.3.2 X-Git-Tag: 1.3.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731c5de6685a12ddd989844a909114e23f04edda;p=thirdparty%2Fsuricata-update.git version: 1.3.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c53882..03310ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.3.2 - unreleased +## 1.3.2 - 2024-03-14 - Fix copying of file hash lists which was broken in the dataset fix as part of ticket #6833: https://redmine.openinfosecfoundation.org/issues/6854 diff --git a/suricata/update/version.py b/suricata/update/version.py index 7317243..75d1205 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.2dev0" +version = "1.3.2"