Skip to content

Commit 4028610

Browse files
committed
Release 0.21
1 parent 77e05ab commit 4028610

File tree

3 files changed

+25
-39
lines changed

3 files changed

+25
-39
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
from version 0.14.0.
88

9+
## 0.21 - 2022-04-08
10+
11+
### Added
12+
13+
* Azure Sentinel backend
14+
* OpenSearch Monitor backend
15+
* Hawk backend
16+
* Datadog backend
17+
* FortiSIEM backend
18+
* Lacework agent data support
19+
* Athena SQL backend
20+
* Regex support in SQLite backend
21+
* Additional field mappings
22+
23+
### Changed
24+
25+
* Log source refactoring
26+
27+
### Fixed
28+
29+
* Mapping fixes
30+
* Various bugfixes
31+
* Disabled problematic optimization
32+
933
## 0.20 - 2021-08-14
1034

1135
### Added

CHANGELOG.md.j2

Lines changed: 0 additions & 38 deletions
This file was deleted.

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='sigmatools',
17-
version='0.20',
17+
version='0.21.0',
1818
description='Tools for the Generic Signature Format for SIEM Systems',
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)