- Added support for Assets to the `MitreAttackData`, `attackToExcel`, `diffStix`, and `navlayers` modules. - Updated `navlayers` module to support Navigator Layer File Format version 4.5. [98](https://github.com/mitre-attack/mitreattack-python/issues/98)
2.1.1
Fixes
- Set all columns in Excel files Relationships tabs the same. [136](https://github.com/mitre-attack/mitreattack-python/issues/136)
Features
- mitreattack.stix20.MitreAttackData can now be initialized with a stix2.MemoryStore instead of just a STIX file.
2.1.0
Fixes
- Addressed issue in mitreattack/stix20/MitreAttackData.py which was causing duplicate Group entries. [149](https://github.com/mitre-attack/mitreattack-python/issues/149) - Updated toSvg() to address an underlying Pillow update. [140](https://github.com/mitre-attack/mitreattack-python/issues/140) - Fixed issue that caused some relationships to be excluded from the results. [128](https://github.com/mitre-attack/mitreattack-python/issues/128)
Documentation
- Updated documentation to include links to all the latest example scripts.
2.0.14
Fixes
- Downloading STIX in changelog_helper is more resilient
2.0.13
Fixes
- Fix issue with minimum version of drawsvg in setup.py
2.0.12
Features
- Changelog Helper: Ignore order when creating diff - Changelog Helper: Attempt to download STIX multiple times