diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e50b73..57c31f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v3.0.2 - 11/22/2023 + +## Fixes + +- Add mobile datasources to excel output. + # v3.0.1 - 11/14/2023 ## Features diff --git a/setup.py b/setup.py index 23350dd7..a0e3a3b7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="mitreattack-python", - version="3.0.1", + version="3.0.2", author="MITRE ATT&CK, MITRE Corporation", author_email="attack@mitre.org", description="MITRE ATT&CK python library",