From: Jason Ish Date: Fri, 7 Jul 2023 17:38:45 +0000 (-0600) Subject: version, changelog: 1.3.0 X-Git-Tag: 1.3.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8aa153e17520e07cbe7621952e35ca80201d49;p=thirdparty%2Fsuricata-update.git version, changelog: 1.3.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f2da6..a033b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 1.3.0 - 2023-07-07 + +- Fix loading of configuration files specified in update.yaml: + https://redmine.openinfosecfoundation.org/issues/6172 + ## 1.3.0-rc1 - 2022-01-30 - Be consistent about warning about old index. The index won't be automatically updated now in some cases and not in others. Instead diff --git a/suricata/update/version.py b/suricata/update/version.py index 1c9d94f..1cdf5a1 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.0rc1" +version = "1.3.0"