From 7ae676156e91daa1025fe4c81a0ef3915bdeebed Mon Sep 17 00:00:00 2001 From: Jared Ondricek Date: Fri, 13 Oct 2023 13:41:21 -0500 Subject: [PATCH] Update version in setup.py to 2.1.0 and add Changelog notes --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877449f2..acbe3b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 1d85eb72..4683753d 100644 --- a/setup.py +++ b/setup.py @@ -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",