We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4b16c commit 507df64Copy full SHA for 507df64
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v4.0.3 - 1 August 2025
2
+
3
+## Features
4
5
+- Add type hints to MitreAttackData class
6
7
# v4.0.2 - 7 May 2025
8
9
## Fixes
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="mitreattack-python",
- version="4.0.2",
+ version="4.0.3",
author="MITRE ATT&CK, MITRE Corporation",
10
author_email="attack@mitre.org",
11
description="MITRE ATT&CK python library",
0 commit comments