- Fix Excel file generation for previous ATT&CK versions [88](https://github.com/mitre-attack/mitreattack-python/issues/88)
Misc
- Changed attackToExcel's `write_excel()` and `export()` function parameters to use snake case instead of camel case (`outputDir` became `output_dir`)
1.5.10
Misc
- Fix GitHub Actions pipeline to be able to publish to PyPI
1.5.9
Fixes
- Releasing a new version due to broken 1.5.8 package deployed from modified development environment
Misc
- GitHub Actions now publish releases from tags instead of from local development environments - Autoformatted code with black, and set up flake8 to lint as a GitHub Action going forward
1.5.8
Fixes
- Fix ability to construct SVG files from TAXII data [76](https://github.com/mitre-attack/mitreattack-python/issues/76) - Filter subtechniques in platforms in attacktoexcel [84](https://github.com/mitre-attack/mitreattack-python/issues/84)