Skip to content

Commit 59b08a5

Browse files
authored
Merge pull request #424 from TheHive-Project/423-release-v200b10
#423 - Release v2.0.0b10
2 parents 1111037 + 8898c76 commit 59b08a5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/release-notes.md

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

9+
## 2.0.0b10 (2025-05-13)
10+
### Removed
11+
* [#401](https://github.com/TheHive-Project/TheHive4py/issues/401) - Remove support for python 3.8 by [@Kamforka](https://github.com/Kamforka) in [#407](https://github.com/TheHive-Project/TheHive4py/pull/407)
12+
### Fixed
13+
* [#410](https://github.com/TheHive-Project/TheHive4py/issues/410) - Review and fix alert docs by [@Kamforka](https://github.com/Kamforka) in [#412](https://github.com/TheHive-Project/TheHive4py/pull/412)
14+
* [#417](https://github.com/TheHive-Project/TheHive4py/issues/417) - consider empty dicts in json requests by [@Kamforka](https://github.com/Kamforka) in [#418](https://github.com/TheHive-Project/TheHive4py/pull/418)
15+
### Other
16+
* [#411](https://github.com/TheHive-Project/TheHive4py/issues/411) - Fix changelog linkification script by [@Kamforka](https://github.com/Kamforka) in [#413](https://github.com/TheHive-Project/TheHive4py/pull/413)
17+
* [#408](https://github.com/TheHive-Project/TheHive4py/issues/408) - Use TheHive 5.4.8 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#409](https://github.com/TheHive-Project/TheHive4py/pull/409)
18+
* [#414](https://github.com/TheHive-Project/TheHive4py/issues/414) - Use TheHive v5.4.9 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#415](https://github.com/TheHive-Project/TheHive4py/pull/415)
19+
* [#419](https://github.com/TheHive-Project/TheHive4py/issues/419) - Use TheHive v5.5.1 in integration tests by [@Kamforka](https://github.com/Kamforka) in [#421](https://github.com/TheHive-Project/TheHive4py/pull/421)
20+
21+
22+
**Full Changelog**: [2.0.0b9...2.0.0b10](https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b9...2.0.0b10)
23+
924
## 2.0.0b9 (2025-02-25)
1025
### Added
1126
* [#390](https://github.com/TheHive-Project/TheHive4py/issues/390) - Extend CaseEndpoint with apply_case_template method by [@Kamforka](https://github.com/Kamforka) in [#391](https://github.com/TheHive-Project/TheHive4py/pull/391)

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.0b9"
8+
version = "2.0.0b10"
99
requires-python = ">=3.9"
1010
dependencies = ["requests~=2.27"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)