From 330d4e738862756163cf0a56579d3ef2d73f5404 Mon Sep 17 00:00:00 2001 From: Jesus Linares Date: Mon, 14 May 2018 09:22:08 -0400 Subject: [PATCH] Changelog and bump version --- CHANGELOG.md | 10 ++++++++++ VERSION | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d60ced8..9db57cf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log All notable changes to this project will be documented in this file. +## [v3.2.3] + +### Added + - GDPR (General Data Protection Regulation) mapping. + - Improve GeoIP and composite rule support for AWS events. + - Pfsense rules. + +### Fixed + - Error handling in update ruleset script using python3. + ## [v3.2.2] ### Fixed diff --git a/VERSION b/VERSION index b8143c719..115af5864 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -RULESET_VERSION="v3.2.2" -REVISION="3224" +RULESET_VERSION="v3.2.3" +REVISION="3230"