Skip to content

Commit

Permalink
Bump version, update Changelog, and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Oct 31, 2024
1 parent bc379b9 commit bc00f07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="MITRE ATT&CK python library",
Expand Down
2 changes: 2 additions & 0 deletions tests/test_mitreattackdata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import pytest

from mitreattack.constants import PLATFORMS_LOOKUP
from mitreattack.stix20 import MitreAttackData

Expand Down

0 comments on commit bc00f07

Please sign in to comment.