Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log


## [2.2.1](https://github.com/TheHive-Project/cortexutils/tree/2.2.1) (2025-05-27)

## What's Changed
### Added
* [#22](https://github.com/TheHive-Project/cortexutils/issues/22) - add get_env helper method to worker base by [@Kamforka](https://github.com/Kamforka) in [#23](https://github.com/TheHive-Project/cortexutils/pull/23)
### Other
* [#24](https://github.com/TheHive-Project/cortexutils/issues/24) - Add initial cicd actions and comply with them by [@Kamforka](https://github.com/Kamforka) in [#25](https://github.com/TheHive-Project/cortexutils/pull/25)
* [#26](https://github.com/TheHive-Project/cortexutils/issues/26) - Add auto release notes generation config by [@Kamforka](https://github.com/Kamforka) in [#27](https://github.com/TheHive-Project/cortexutils/pull/27)


**Full Changelog**: [2.2.0...2.2.1](https://github.com/TheHive-Project/cortexutils/compare/2.2.0...2.2.1)

## [2.2.0](https://github.com/TheHive-Project/cortexutils/tree/2.2.0) (2022-11-07)

## What's Changed
* Add operations in Analyzers by [@jeromeleonard](https://github.com/jeromeleonard) in [#20](https://github.com/TheHive-Project/cortexutils/pull/20)
* Add customizable secret phrase parameter by [@Kamforka](https://github.com/Kamforka) in [#19](https://github.com/TheHive-Project/cortexutils/pull/19)

## New Contributors
* [@jeromeleonard](https://github.com/jeromeleonard) made their first contribution in [#20](https://github.com/TheHive-Project/cortexutils/pull/20)
* [@Kamforka](https://github.com/Kamforka) made their first contribution in [#19](https://github.com/TheHive-Project/cortexutils/pull/19)

**Full Changelog**: [2.1.0...2.2.0](https://github.com/TheHive-Project/cortexutils/compare/2.1.0...2.2.0)

## [2.1.0](https://github.com/TheHive-Project/cortexutils/tree/2.1.0) (2021-02-25)
[Full Changelog](https://github.com/TheHive-Project/cortexutils/compare/2.0.0...2.1.0)

Expand All @@ -26,7 +51,3 @@
**Implemented enhancements:**

- Deduplicate extracted artifacts from a job report [\#3](https://github.com/TheHive-Project/cortexutils/issues/3)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="cortexutils",
version="2.2.0",
version="2.2.1",
description=(
"A Python library for including utility classes for "
"Cortex analyzers and responders"
Expand Down