diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb3d62..7737606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v3.0.7 - 31 October 2024 + +## Fixes + +- Update library to work with ATT&CK v16.0 new platform names + # v3.0.6 - 5/2/2024 ## Fixes diff --git a/setup.py b/setup.py index 61e4252..cfab041 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="mitreattack-python", - version="3.0.6", + version="3.0.7", author="MITRE ATT&CK, MITRE Corporation", author_email="attack@mitre.org", description="MITRE ATT&CK python library", diff --git a/tests/test_mitreattackdata.py b/tests/test_mitreattackdata.py index ee4efec..d6c168b 100644 --- a/tests/test_mitreattackdata.py +++ b/tests/test_mitreattackdata.py @@ -1,3 +1,5 @@ +import pytest + from mitreattack.constants import PLATFORMS_LOOKUP from mitreattack.stix20 import MitreAttackData