Skip to content

Commit

Permalink
Release 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Apr 8, 2022
1 parent 77e05ab commit 4028610
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 39 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
from version 0.14.0.

## 0.21 - 2022-04-08

### Added

* Azure Sentinel backend
* OpenSearch Monitor backend
* Hawk backend
* Datadog backend
* FortiSIEM backend
* Lacework agent data support
* Athena SQL backend
* Regex support in SQLite backend
* Additional field mappings

### Changed

* Log source refactoring

### Fixed

* Mapping fixes
* Various bugfixes
* Disabled problematic optimization

## 0.20 - 2021-08-14

### Added
Expand Down
38 changes: 0 additions & 38 deletions CHANGELOG.md.j2

This file was deleted.

2 changes: 1 addition & 1 deletion tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='sigmatools',
version='0.20',
version='0.21.0',
description='Tools for the Generic Signature Format for SIEM Systems',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4028610

Please sign in to comment.