From: Jason Ish Date: Fri, 31 Oct 2025 16:03:58 +0000 (-0600) Subject: version: 1.3.7 X-Git-Tag: 1.3.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F366%2Fhead;p=thirdparty%2Fsuricata-update.git version: 1.3.7 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5717d6c..eb2fb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.3.7 - unreleased +## 1.3.7 - 2025-10-31 - Retain rule filename after converting to a drop rule: https://redmine.openinfosecfoundation.org/issues/7805 - Handle rules with UTF-8 decoding errors: diff --git a/suricata/update/version.py b/suricata/update/version.py index 18163e5..1639ca6 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.7dev0" +version = "1.3.7"