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"