Skip to content

Commit 838b2fe

Browse files
authored
Merge pull request #29 from TheHive-Project/28-release-221
#28 - Bump version to 2.2.1 and update changelog
2 parents 4e8757c + cca807b commit 838b2fe

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

3+
4+
## [2.2.1](https://github.com/TheHive-Project/cortexutils/tree/2.2.1) (2025-05-27)
5+
6+
## What's Changed
7+
### Added
8+
* [#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)
9+
### Other
10+
* [#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)
11+
* [#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)
12+
13+
14+
**Full Changelog**: [2.2.0...2.2.1](https://github.com/TheHive-Project/cortexutils/compare/2.2.0...2.2.1)
15+
16+
## [2.2.0](https://github.com/TheHive-Project/cortexutils/tree/2.2.0) (2022-11-07)
17+
18+
## What's Changed
19+
* Add operations in Analyzers by [@jeromeleonard](https://github.com/jeromeleonard) in [#20](https://github.com/TheHive-Project/cortexutils/pull/20)
20+
* Add customizable secret phrase parameter by [@Kamforka](https://github.com/Kamforka) in [#19](https://github.com/TheHive-Project/cortexutils/pull/19)
21+
22+
## New Contributors
23+
* [@jeromeleonard](https://github.com/jeromeleonard) made their first contribution in [#20](https://github.com/TheHive-Project/cortexutils/pull/20)
24+
* [@Kamforka](https://github.com/Kamforka) made their first contribution in [#19](https://github.com/TheHive-Project/cortexutils/pull/19)
25+
26+
**Full Changelog**: [2.1.0...2.2.0](https://github.com/TheHive-Project/cortexutils/compare/2.1.0...2.2.0)
27+
328
## [2.1.0](https://github.com/TheHive-Project/cortexutils/tree/2.1.0) (2021-02-25)
429
[Full Changelog](https://github.com/TheHive-Project/cortexutils/compare/2.0.0...2.1.0)
530

@@ -26,7 +51,3 @@
2651
**Implemented enhancements:**
2752

2853
- Deduplicate extracted artifacts from a job report [\#3](https://github.com/TheHive-Project/cortexutils/issues/3)
29-
30-
31-
32-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

setup.py

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

33
setup(
44
name="cortexutils",
5-
version="2.2.0",
5+
version="2.2.1",
66
description=(
77
"A Python library for including utility classes for "
88
"Cortex analyzers and responders"

0 commit comments

Comments
 (0)