diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f6a7f..588e258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)* \ No newline at end of file diff --git a/setup.py b/setup.py index e0bc00d..67425db 100644 --- a/setup.py +++ b/setup.py @@ -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"