Skip to content

Commit

Permalink
Update version in setup.py to 2.1.0 and add Changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Oct 13, 2023
1 parent 6d618d5 commit 7ae6761
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2.1.0 10/13/2023

## 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 6/30/2023

## 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="2.0.14",
version="2.1.0",
author="MITRE ATT&CK, MITRE Corporation",
author_email="attack@mitre.org",
description="MITRE ATT&CK python library",
Expand Down

0 comments on commit 7ae6761

Please sign in to comment.