From 09251a6425eab56d59f5a7cd4d0fb328392eb733 Mon Sep 17 00:00:00 2001 From: Marwin Baumann Date: Tue, 24 Dec 2024 11:28:09 +0100 Subject: [PATCH] Release 1.2.0 --- .VERSION | 2 +- HISTORY.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.VERSION b/.VERSION index 1cc5f65..26aaba0 100755 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 diff --git a/HISTORY.rst b/HISTORY.rst index 2c13743..a10fd69 100755 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -57,3 +57,11 @@ History ------------------ * Adds support for SecurityHub Integration findings + + +1.2.0 (24-12-2024) +------------------ + +* Updates default SecurityHub filter to fix issues with SecurityHub Integration findings support. +* Adjusted filtering logic to align with SecurityHub filtering: When both `match_on` options: `tags` and `resource_id_regexps` are specified, they are now combined using an **AND** condition instead of an **OR** condition. +* Introduce pagesize.