Skip to content

Commit 56de03f

Browse files
authored
Merge pull request #522 from TheHive-Project/520-release-203
#520 - Release 2.0.3
2 parents 0e7313d + 25aed86 commit 56de03f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
}
77
</style>
88

9+
## 2.0.3 (2025-10-29)
10+
11+
### Deprecated
12+
* [#515](https://github.com/TheHive-Project/TheHive4py/issues/515) - Deprecate python 3.9 by [@Kamforka](https://github.com/Kamforka) in [#517](https://github.com/TheHive-Project/TheHive4py/pull/517)
13+
### Other
14+
* [#507](https://github.com/TheHive-Project/TheHive4py/issues/507) - Use TheHive v5.5.10 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#510](https://github.com/TheHive-Project/TheHive4py/pull/510)
15+
* [#508](https://github.com/TheHive-Project/TheHive4py/issues/508) - Document case and alert comment usage by [@Kamforka](https://github.com/Kamforka) in [#512](https://github.com/TheHive-Project/TheHive4py/pull/512)
16+
* [#358](https://github.com/TheHive-Project/TheHive4py/issues/358) - Integrate examples into the test suite by [@Kamforka](https://github.com/Kamforka) in [#513](https://github.com/TheHive-Project/TheHive4py/pull/513)
17+
* [#509](https://github.com/TheHive-Project/TheHive4py/issues/509) - Document usage of task logs by [@Kamforka](https://github.com/Kamforka) in [#511](https://github.com/TheHive-Project/TheHive4py/pull/511)
18+
* [#514](https://github.com/TheHive-Project/TheHive4py/issues/514) - Add python 3.14 support by [@Kamforka](https://github.com/Kamforka) in [#516](https://github.com/TheHive-Project/TheHive4py/pull/516)
19+
20+
**Full Changelog**: [2.0.2...2.0.3](https://github.com/TheHive-Project/TheHive4py/compare/2.0.2...2.0.3)
21+
922
## 2.0.2 (2025-09-30)
1023
### Added
1124
* [#496](https://github.com/TheHive-Project/TheHive4py/issues/496) - Add missing `cortex.bulk_create_analyzer_jobs` and `cortex.find_analyzer_jobs` methods by [@Kamforka](https://github.com/Kamforka) in [#502](https://github.com/TheHive-Project/TheHive4py/pull/502)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "thehive4py"
77
description = "Python client for TheHive5"
8-
version = "2.0.2"
8+
version = "2.0.3"
99
requires-python = ">=3.9"
1010
dependencies = ["requests~=2.27", "typing_extensions==4.*"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)