From: Jason Ish Date: Wed, 5 Aug 2020 05:22:36 +0000 (-0600) Subject: 1.2.0rc1 X-Git-Tag: 1.2.0rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7b01896d2d3f19649b3eda80f9c54325318ffc;p=thirdparty%2Fsuricata-update.git 1.2.0rc1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f68ff..aba73ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## unreleased +## 1.2.0rc1 - 2020-08-05 ### Added - Add summary for update-sources command: diff --git a/suricata/update/version.py b/suricata/update/version.py index 7c68d11..091c214 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.2.0dev0" +version = "1.2.0rc1"